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.
2 parents 909ff74 + 7e475bb commit d5be428Copy full SHA for d5be428
railties/lib/rails/generators/rails/app/templates/config/environments/production.rb.tt
@@ -41,7 +41,7 @@ Rails.application.configure do
41
config.log_tags = [ :request_id ]
42
config.logger = ActiveSupport::TaggedLogging.logger(STDOUT)
43
44
- # Change to "debug" to log everything (including potentially personally-identifiable information!)
+ # Change to "debug" to log everything (including potentially personally-identifiable information!).
45
config.log_level = ENV.fetch("RAILS_LOG_LEVEL", "info")
46
47
# Prevent health checks from clogging up the logs.
0 commit comments