From c9d89dba9099f81bacb898eec60cbf7d958666a2 Mon Sep 17 00:00:00 2001 From: Rafael Reggiani Manzo Date: Wed, 25 Feb 2015 13:15:13 -0300 Subject: [PATCH] Sets the log level avoiding rails 5 deprecation warning --- 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 7933aa6..9b2cb34 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -43,7 +43,7 @@ Rails.application.configure do # config.force_ssl = true # Decrease the log volume. - # config.log_level = :info + config.log_level = :info # Prepend all log lines with the following tags. # config.log_tags = [ :subdomain, :uuid ] -- libgit2 0.21.2