We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ca2499 commit 0f4d53cCopy full SHA for 0f4d53c
config/environments/staging.rb
@@ -40,10 +40,11 @@
40
41
# Log to STDOUT with the current request id as a default log tag.
42
config.log_tags = [:request_id]
43
+ $stdout.sync = true
44
config.logger = ActiveSupport::TaggedLogging.logger($stdout)
45
46
# Change to "debug" to log everything (including potentially personally-identifiable information!)
- config.log_level = ENV.fetch("RAILS_LOG_LEVEL", "info")
47
+ config.log_level = :debug
48
49
# Prevent health checks from clogging up the logs.
50
config.silence_healthcheck_path = "/up"
0 commit comments