That newfangled Journal thing
That newfangled Journal thing
Posted Nov 21, 2011 6:54 UTC (Mon) by k8to (guest, #15413)Parent article: That newfangled Journal thing
There's been so many attempts to build systems with structured logging (sometimes called 'messaging' or 'events') and always the system proves unable to anticipate the needs of real applications, and builds an inflexible overcomplicated system that no one wants.
That's why we still have text-stream-logging to this day.
Text stream logging offers some other benefits, such as simplicity, and possibility to track the stream without tight coupling.
Moreover most applications want to log to the filesystem, not to a special service. This means that most logging will be in the style of the text stream. Therefore most tools around logging will work with that, and this special journald binary format will just be in the way.
It's the wrong answer to a set of problems that don't really exist.
