That newfangled Journal thing
That newfangled Journal thing
Posted Nov 22, 2011 0:09 UTC (Tue) by alankila (guest, #47141)In reply to: That newfangled Journal thing by k8to
Parent article: That newfangled Journal thing
The *potential* to generate and find structured messages easily is valuable. There are immediate use cases, from usage statistics on services to automatically showing latest messages from log if daemon fails to start---it's not just more work for programmers for no good reason.
We wrote something like this at work because we needed structured log stream: events our users did, and variable messagetype-specific metadata attached to every log message. It made life simpler for programmers, helpdesk and the beancounters. From this, I would predict: the people who want structured messages are probably more than willing to peek into code to add them, because the alternative is continuing the current regex parsing regime, which is inelegant and error prone.
