That newfangled Journal thing
That newfangled Journal thing
Posted Nov 21, 2011 16:38 UTC (Mon) by lothar (guest, #14052)Parent article: That newfangled Journal thing
A lot of comments about the proposed new logging system seems to be complaints about the binary format. IMHO it would be a reasonable compromise to look into JSON formatting. It's text based enough to make the camp of "cat and tail -f" happy and structured enough to make it feasible to automatically process it. Another plus is that it's almost no overhead in writing (only a small amount of characters need to be escaped) and reasonably fast to parse in a log viewer/query application.
