| |||||
There's already a default logging package in the Rails core.
The "Better Logging" plugin simple improves it by adding the "Exception" parameter.
Besides the extra paramater that improves the warn() and error() methods, the data format of the logged data is also extended.
Better Logging allows log coloring (if supported) and additionally appends the time, hostname and process ID to each logged line.
This will make RoR debugging a lot easier and reduce spent time on troubleshooting tasks.
Requirements:
· Ruby on Rails
What's New in This Release: [ read full changelog ]
· Fixed block eval bug.

Via: Better Logging 1.0.3
No comments:
Post a Comment