From: Toshi MARUYAMA Date: Mon, 9 Jun 2014 00:11:03 +0000 (+0000) Subject: Merged r13177 from trunk to 2.4-stable (#5706) X-Git-Tag: 2.4.6~9 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=faadf8f28f772f4fc65f3e18686b961bec3ae587;p=redmine.git Merged r13177 from trunk to 2.4-stable (#5706) fix Ruby Logger doc link. git-svn-id: http://svn.redmine.org/redmine/branches/2.4-stable@13179 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