From 65b13f4476b0f7f832064392d7a263bc92ea74f3 Mon Sep 17 00:00:00 2001 From: Semyon Pupkov Date: Sun, 18 Jun 2017 12:44:04 +0500 Subject: [PATCH] Change log level in production to warn ref: https://github.com/AyuntamientoMadrid/consul/pull/828 --- 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 941ac300e..9ca195dd7 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 ]