rurounijones / yarder

JSON based replacement logging system for Ruby on Rails
MIT License
12 stars 8 forks source link

Non-json logs #3

Closed drnic closed 12 years ago

drnic commented 12 years ago

Should there still be non-json logs; or is that expected behaviour?

For example:

Served asset /jquery-ui-1.8.13.js - 304 Not Modified (38ms)
{"@source":"http://dr-nics-air/assets/jquery-ui-1.8.13.js?body=1","@tags":[],"@fields":{"client_ip":"127.0.0.1","method":"GET","path":"/assets/jquery-ui-1.8.13.js?body=1","status":304},"@timestamp":"2012-09-20T19:04:30.035651-07:00","@message":"GET /assets/jquery-ui-1.8.13.js?body=1 for 127.0.0.1","@source_host":"dr-nics-air","@source_path":"/assets/jquery-ui-1.8.13.js","@type":"rails_json_log"}
rurounijones commented 12 years ago

I haven't looked at how to remove the basic asset logging yet. That seems like it shouldn't be too hard so I will have a look today.

drnic commented 12 years ago

Gotcha. Just wondering where you're up to. Only just started looking at the mailing list this afternoon and saw your project. Glad I could help out a little bit :)