summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2014-06-08 23:55:27 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2014-06-08 23:55:27 +0000
commit11cf055132f7c89996d05e2b8d4a7fce1f42a08b (patch)
tree6d0fad6486dad800336bb4192eee6c397331cc35
parentc1f17037e4b5575be4f9b49589945e4717e6f5ef (diff)
downloadredmine-11cf055132f7c89996d05e2b8d4a7fce1f42a08b.tar.gz
redmine-11cf055132f7c89996d05e2b8d4a7fce1f42a08b.zip
fix Ruby Logger doc link (#5706)
git-svn-id: http://svn.redmine.org/redmine/trunk@13177 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r--config/environments/production.rb3
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