From ca458a3202ba93e707e4eb46d98508ce2a3de398 Mon Sep 17 00:00:00 2001 From: ptgms Date: Tue, 21 Jan 2025 19:34:14 +0100 Subject: [PATCH] raise log level --- 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 4e35c35c..ff033d38 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -68,7 +68,7 @@ # Use the lowest log level to ensure availability of diagnostic information # when problems arise. - config.log_level = :info + config.log_level = :warn # Prepend all log lines with the following tags. config.log_tags = [:request_id]