diff options
Diffstat (limited to 'config/environments')
| -rw-r--r-- | config/environments/production.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/environments/production.rb b/config/environments/production.rb index 3195745c..1768ab79 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb | |||
| @@ -9,7 +9,7 @@ config.action_controller.consider_all_requests_local = false | |||
| 9 | config.action_controller.perform_caching = true | 9 | config.action_controller.perform_caching = true |
| 10 | 10 | ||
| 11 | # See everything in the log (default is :info) | 11 | # See everything in the log (default is :info) |
| 12 | # config.log_level = :debug | 12 | config.log_level = :info |
| 13 | 13 | ||
| 14 | # Use a different logger for distributed setups | 14 | # Use a different logger for distributed setups |
| 15 | # config.logger = SyslogLogger.new | 15 | # config.logger = SyslogLogger.new |
