LWN.net Logo

The Journal - a proposed syslog replacement

The Journal - a proposed syslog replacement

Posted Nov 18, 2011 18:29 UTC (Fri) by mathstuf (subscriber, #69389)
Parent article: The Journal - a proposed syslog replacement

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).


(Log in to post comments)

The Journal - a proposed syslog replacement

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.

Copyright © 2013, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds