| Rails411 |
| How to Configure Logging |
|
This howto shows how to modify some of the defaults in rails’ logging configuration. You can control some aspects of the logger through the config object in either config/environment.rb for a change in all environments or in one of the specific environment config files (e.g. config/environments/development.rb). |
|
|