logging4hackers
logging4hackers copied to clipboard
JSON Logging
Feel free to just close this issue if this project isn't intended this way, but is there any easy way to log to JSON from a ruby app using ruby 1.8.7?
Jordan Sissel has ruby-cabin which sounds like it should work, except he appears to have removed JSON output from the current version, it doesn't support 1.8.7 (RHEL6, OSX 10.8), and the next major version feels a bit up in the air.
Log4r has some great features but it is extremely complex and I haven't been able to figure out how to dump to a JSON file.
Logger itself seems to be missing the flexibility to log in this method.
Is there a took I'm missing or probably just not using one of the other's to their full potential?