Clarify comment about debug log level.

I believe the previous phrasing could be interpreted ambiguously. See discussion in #48713
This commit is contained in:
Justin Coyne 2023-07-11 10:26:58 -05:00 committed by GitHub
parent 66676ce499
commit 68ba7582fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -68,8 +68,8 @@ Rails.application.configure do
config.log_tags = [ :request_id ]
# Info include generic and useful information about system operation, but avoids logging too much
# information to avoid inadvertent exposure of personally identifiable information (PII). Use "debug"
# for everything.
# information to avoid inadvertent exposure of personally identifiable information (PII). If you
# want to log everything, set the level to "debug".
config.log_level = ENV.fetch("RAILS_LOG_LEVEL", "info")
# Use a different cache store in production.