Skip to content

Commit 85e4022

Browse files
committed
standardrb --fix-unsafely
1 parent b08c07d commit 85e4022

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/environments/production.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
# config.ssl_options = { redirect: { exclude: ->(request) { request.path == "/up" } } }
5050

5151
# Log to STDOUT by default
52-
config.logger = ActiveSupport::Logger.new(STDOUT)
52+
config.logger = ActiveSupport::Logger.new($stdout)
5353
.tap { |logger| logger.formatter = ::Logger::Formatter.new }
5454
.then { |logger| ActiveSupport::TaggedLogging.new(logger) }
5555

0 commit comments

Comments
 (0)