From faadf8f28f772f4fc65f3e18686b961bec3ae587 Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Mon, 9 Jun 2014 00:11:03 +0000 Subject: 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 --- config/environments/production.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3