From: Tom Hughes Date: Sun, 6 Nov 2011 11:39:13 +0000 (+0000) Subject: Fix production log configuration X-Git-Tag: live~6060 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/2f77efe7e6c828248c0848427c9f511cdfda3098 Fix production log configuration --- diff --git a/config/environments/production.rb b/config/environments/production.rb index 2e10a46a1..c21d86163 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -35,7 +35,7 @@ OpenStreetMap::Application.configure do # Use a different log path in production if defined?(LOG_PATH) - config.log_path = LOG_PATH + config.paths["log"] = LOG_PATH end # Use a different logger for distributed setups