From 0749b1ed0b41fb752be815ddc5ed2404b2dd292c Mon Sep 17 00:00:00 2001 From: Wendel Fabian Chinsamy Date: Mon, 21 Jul 2025 10:17:43 +0200 Subject: [PATCH] Fix prod duplicate logging config --- 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 2837cee..0cceb21 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -78,7 +78,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", "info") # Use a different cache store in production. # config.cache_store = :mem_cache_store