Skip to content
This repository was archived by the owner on Dec 29, 2025. It is now read-only.

Commit 4fe6d9c

Browse files
committed
Cleanup
1 parent 4bcb200 commit 4fe6d9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/environments/production.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
# Log to STDOUT with the current request id as a default log tag.
3434
config.log_tags = [:request_id]
35-
config.logger = ActiveSupport::TaggedLogging.logger(STDOUT)
35+
config.logger = ActiveSupport::TaggedLogging.logger($stdout)
3636

3737
# Change to "debug" to log everything (including potentially personally-identifiable information!).
3838
config.log_level = ENV.fetch("RAILS_LOG_LEVEL", "info")

0 commit comments

Comments
 (0)