diff options
-rw-r--r-- | config/environments/production.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/environments/production.rb b/config/environments/production.rb index ab4cd4011..ecb4cf902 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -5,7 +5,8 @@ RedmineApp::Application.configure do config.cache_classes = true ##### - # Customize the default logger (http://ruby-doc.org/core/classes/Logger.html) + # Customize the default logger + # http://www.ruby-doc.org/stdlib-1.8.7/libdoc/logger/rdoc/Logger.html # # Use a different logger for distributed setups # config.logger = SyslogLogger.new |