X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/baf10cd39289cd7e94a819305e46f43e85a136c6..5cbd4038edb32b0304bd766e70fc680ea447b52b:/config/environments/production.rb diff --git a/config/environments/production.rb b/config/environments/production.rb index 1dab35563..3c6c21cef 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -52,9 +52,7 @@ OpenStreetMap::Application.configure do # config.log_tags = [ :subdomain, :uuid ] # Use a different log path in production. - if defined?(LOG_PATH) - config.paths["log"] = LOG_PATH - end + config.paths["log"] = LOG_PATH if defined?(LOG_PATH) # Use a different logger for distributed setups. # config.logger = ActiveSupport::TaggedLogging.new(SyslogLogger.new)