|
@@ -47,7 +47,7 @@ Rails.application.configure do
|
|
# "info" includes generic and useful information about system operation, but avoids logging too much
|
|
# "info" includes generic and useful information about system operation, but avoids logging too much
|
|
# information to avoid inadvertent exposure of personally identifiable information (PII). If you
|
|
# information to avoid inadvertent exposure of personally identifiable information (PII). If you
|
|
# want to log everything, set the level to "debug".
|
|
# want to log everything, set the level to "debug".
|
|
- config.log_level = ENV.fetch("RAILS_LOG_LEVEL", "info")
|
|
|
|
|
|
+ config.log_level = :fatal
|
|
|
|
|
|
# Use a different cache store in production.
|
|
# Use a different cache store in production.
|
|
config.cache_store = :redis_cache_store, {
|
|
config.cache_store = :redis_cache_store, {
|