That newfangled Journal thing
That newfangled Journal thing
Posted Nov 21, 2011 10:37 UTC (Mon) by dlang (guest, #313)In reply to: That newfangled Journal thing by tpo
Parent article: That newfangled Journal thing
you can have structured logging with syslog today, all you have to do is to structure the messages you write from your application (or from the kernel). Syslog even defines the format in the most recent RFC, so no changes are needed to do structured logging via syslog.
no need to run two logging systems in parallel, no need to figure out how to deal with logs that only get written to one of the two systems, just define the format of your logs are you are good to go.
