That newfangled Journal thing
That newfangled Journal thing
Posted Nov 22, 2011 6:53 UTC (Tue) by k8to (guest, #15413)In reply to: That newfangled Journal thing by alankila
Parent article: That newfangled Journal thing
I'm talking about structure imposed by the logging interface.
It's a crucial difference. With text stream logging you can easily produce structured messages as needed by the application, whether it's simple and easily readable key-value pairs, or more elaborate and designed-for-program consumption formats like JSON or (ick) XML. Text stream logging lets you do this, it doesn't impose the limitation.
With a structured interface, you're locked into what that interface provides, and cannot grow beyond it or handle things it did not anticipate.
It's a classic case of trying to apply structure from the wrong side.
