From ec1d7ba80f47868a4e5f04577b9e803a83bb792b Mon Sep 17 00:00:00 2001 From: pessi-v Date: Fri, 14 Jun 2024 15:26:21 +0200 Subject: [PATCH] change logging to debug for production --- config/environments/production.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/environments/production.rb b/config/environments/production.rb index 44bbafa..6740027 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -62,7 +62,7 @@ # "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 # want to log everything, set the level to "debug". - config.log_level = ENV.fetch("RAILS_LOG_LEVEL", "info") + config.log_level = ENV.fetch("RAILS_LOG_LEVEL", "debug") # Use a different cache store in production. # config.cache_store = :mem_cache_store