X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/4cf3c3b6ed7cc6ab0728b320afde5854489629fb..48b85a7fee26f11217a6ef5141c1dce9ca239bb1:/config/environments/production.rb diff --git a/config/environments/production.rb b/config/environments/production.rb index ca186492e..c0729067d 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -84,7 +84,7 @@ Rails.application.configure do # config.logger = ActiveSupport::TaggedLogging.new(Syslog::Logger.new 'app-name') if ENV["RAILS_LOG_TO_STDOUT"].present? - logger = ActiveSupport::Logger.new(STDOUT) + logger = ActiveSupport::Logger.new($stdout) logger.formatter = config.log_formatter config.logger = ActiveSupport::TaggedLogging.new(logger) end