Fix production log configuration

This commit is contained in:
Tom Hughes 2011-11-06 11:39:13 +00:00
parent 49f4a78240
commit 2f77efe7e6

View file

@ -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