1
0
mirror of https://github.com/meineerde/redmine.git synced 2025-12-19 15:01:14 +00:00

fix Ruby Logger doc link (#5706)

git-svn-id: http://svn.redmine.org/redmine/trunk@13177 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2014-06-08 23:55:27 +00:00
parent c1f17037e4
commit 11cf055132

View File

@ -5,7 +5,8 @@ RedmineApp::Application.configure do
config.cache_classes = true 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 # Use a different logger for distributed setups
# config.logger = SyslogLogger.new # config.logger = SyslogLogger.new