KS2011: Structured error logging
KS2011: Structured error logging
Posted Oct 25, 2011 16:34 UTC (Tue) by dlang (guest, #313)In reply to: KS2011: Structured error logging by nix
Parent article: KS2011: Structured error logging
have you looked at the latest syslog RFC? I think it supports exactly what you are looking for.
however you need to note that the problematic formatting isn't done by syslog, but by the applications that are generating the log.
even in the old syslog RFC, the portions under the control of the syslog daemon are well defined and specified (although there is a LOT of stuff out there that violates these specs)
