From c1d23ed25d97558e6397af9feb134abf676b1d3e Mon Sep 17 00:00:00 2001 From: Stephen Balogh Date: Mon, 30 Jul 2018 18:36:39 -0400 Subject: [PATCH] makes logging less verbose --- 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 426091a0..a4d9aa27 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -46,7 +46,7 @@ # Use the lowest log level to ensure availability of diagnostic information # when problems arise. - config.log_level = :debug + config.log_level = :warn # Prepend all log lines with the following tags. # config.log_tags = [ :subdomain, :uuid ]