From 79fd7ebd7a45a9dcd04dcb0d326ba9bc2fa0a126 Mon Sep 17 00:00:00 2001 From: lizanle <491823689@qq.com> Date: Fri, 23 Jan 2015 09:46:02 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=9F=E4=BA=A7=E7=8E=AF=E5=A2=83=E4=B8=8B?= =?UTF-8?q?=E6=97=A5=E5=BF=97=E5=88=86=E5=A4=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/environments/production.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/config/environments/production.rb b/config/environments/production.rb index 8a2847731..78b386aac 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -17,6 +17,7 @@ RedmineApp::Application.configure do # config.logger.level = Logger::INFO # Full error reports are disabled and caching is turned on + config.logger = Logger.new('log/development.log', 'daily',1048576) # daily, weekly or monthly config.action_controller.perform_caching = true config.cache_store = :file_store, "#{Rails.root }/public/tmp/" # Enable serving of images, stylesheets, and javascripts from an asset server