We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0713a8f commit b384651Copy full SHA for b384651
test/dummy/config/environments/production.rb
@@ -37,7 +37,7 @@
37
38
# Log to STDOUT with the current request id as a default log tag.
39
config.log_tags = [:request_id]
40
- config.logger = ActiveSupport::TaggedLogging.logger(STDOUT)
+ config.logger = ActiveSupport::TaggedLogging.logger($stdout)
41
42
# Change to "debug" to log everything (including potentially personally-identifiable information!)
43
config.log_level = ENV.fetch("RAILS_LOG_LEVEL", "info")
0 commit comments