New logging gem
I have recently launched lumberjack, a simple, powerful, and very fast logging utility that can be a drop in replacement for Logger or ActiveSupport::BufferedLogger. It can put more information in the log files and can be configured to log to different devices such as syslog or mongodb or to automatically rolling log files based on size or date.
Post a comment