We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b08c07d commit 85e4022Copy full SHA for 85e4022
config/environments/production.rb
@@ -49,7 +49,7 @@
49
# config.ssl_options = { redirect: { exclude: ->(request) { request.path == "/up" } } }
50
51
# Log to STDOUT by default
52
- config.logger = ActiveSupport::Logger.new(STDOUT)
+ config.logger = ActiveSupport::Logger.new($stdout)
53
.tap { |logger| logger.formatter = ::Logger::Formatter.new }
54
.then { |logger| ActiveSupport::TaggedLogging.new(logger) }
55
0 commit comments