blob: 57fe1e5fe1e0e912156f2a8c6c25d8ed324578b9 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
Tame Rails' multi-line logging into a single line per request
Lograge is an attempt to bring sanity to Rails' noisy and unusable, unparsable
and, in the context of running multiple processes and servers, unreadable
default logging output. Rails' default approach to log everything is great
during development, it's terrible when running it in production.
WWW: https://github.com/roidrage/lograge
|