From 1949ce69d1f3f6ee393c6cf87475c196bed287f8 Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Sat, 1 Sep 2018 22:05:42 +0200 Subject: Reduce noise in logs 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 6a4c8e0..38c244c 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -33,7 +33,7 @@ BetaWebApp::Application.configure do # config.force_ssl = true # See everything in the log (default is :info) - # config.log_level = :debug + config.log_level = :warn # Prepend all log lines with the following tags # config.log_tags = [ :subdomain, :uuid ] -- cgit v1.2.3