From: Toshi MARUYAMA Date: Sun, 8 Jun 2014 23:55:27 +0000 (+0000) Subject: fix Ruby Logger doc link (#5706) X-Git-Tag: 2.6.0~129 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=11cf055132f7c89996d05e2b8d4a7fce1f42a08b;p=redmine.git fix Ruby Logger doc link (#5706) git-svn-id: http://svn.redmine.org/redmine/trunk@13177 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- 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