I wonder why JSON couldn't be used instead of a binary format. It's structured, easily understandable, and can still be processed with tools (sure, maybe simple grep, sed, and awk are out, but I can't imagine there aren't already perl tools for doing XPath/XQuery-like on JSON files yet).
Posted Nov 18, 2011 18:58 UTC (Fri) by juliank (subscriber, #45896)
[Link]
Well, Lennart probably thinks it's too slow to parse...
The Journal - a proposed syslog replacement
Posted Nov 18, 2011 21:26 UTC (Fri) by elanthis (guest, #6227)
[Link]
Binary data, which is one of the needs for logging certain system events.
The Journal - a proposed syslog replacement
Posted Nov 18, 2011 21:46 UTC (Fri) by mathstuf (subscriber, #69389)
[Link]
It can't be escaped in some way? Sure, it bloats the logs, but is it so common as to make *everything* binary? I like keeping exceptional cases exceptional, not reworking things to accomodate all possibilities as if they had equal chances of occurring.