X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/001ff5764bcf15aaa179dc5c7844038676536622..a12b0878bc338cd5ec3c315c14148b1ea07b362a:/config/environments/production.rb diff --git a/config/environments/production.rb b/config/environments/production.rb index 457966091..3b664b821 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -12,6 +12,11 @@ config.action_view.cache_template_loading = true # See everything in the log (default is :info) # config.log_level = :debug +# Use a different log path in production +if defined?(LOG_PATH) + config.log_path = LOG_PATH +end + # Use a different logger for distributed setups # config.logger = SyslogLogger.new