From 4c8cdea99fdd131d1a284a485f5a6908037a1097 Mon Sep 17 00:00:00 2001 From: Markus Graf Date: Mon, 2 Nov 2015 13:37:39 +0100 Subject: [PATCH] just show warnings on 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 7578531..ff9675c 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -46,7 +46,7 @@ Rails.application.configure do # 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 ]