From 40aa3e1494b04100e0e55fb72ca15fcfc8b1edd1 Mon Sep 17 00:00:00 2001 From: Jan Renz Date: Tue, 14 Apr 2015 14:43:06 +0200 Subject: [PATCH] lets assume we are stable soon.. --- 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 47d3553b..3c3fe0c5 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -43,7 +43,7 @@ Rails.application.configure do # config.force_ssl = true # Set to :debug to see everything in the log. - config.log_level = :info + config.log_level = :error # Prepend all log lines with the following tags. # config.log_tags = [ :subdomain, :uuid ]