From 2f77efe7e6c828248c0848427c9f511cdfda3098 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Sun, 6 Nov 2011 11:39:13 +0000 Subject: [PATCH] Fix production log configuration --- config/environments/production.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.43.2