From 94afdadef303fac52a1f40db733c0d4a1c00fdd4 Mon Sep 17 00:00:00 2001 From: echarp Date: Sat, 16 Apr 2016 12:23:05 +0200 Subject: [PATCH] Log level changed to warn in 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 55211c97..71ff2a8b 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -49,7 +49,7 @@ Rails.application.configure do # 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 = [ :subdomain, :uuid ]