aboutsummaryrefslogtreecommitdiffstats
path: root/railties/environments
diff options
context:
space:
mode:
Diffstat (limited to 'railties/environments')
-rw-r--r--railties/environments/environment.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/railties/environments/environment.rb b/railties/environments/environment.rb
index fc66d4ae44..c1da6f5482 100644
--- a/railties/environments/environment.rb
+++ b/railties/environments/environment.rb
@@ -14,7 +14,8 @@ Rails::Initializer.run do |config|
# Add additional load paths for your own custom dirs
# config.load_paths += %W( #{RAILS_ROOT}/app/services #{RAILS_ROOT}/app/services )
- # Force all environments to use the same logger level
+ # Force all environments to use the same logger level
+ # (by default production uses INFO, the others DEBUG)
# config.log_level = Logger::DEBUG
# See Rails::Configuration for more options