From b718cf729a28171df3700dea739155c521350b3d Mon Sep 17 00:00:00 2001 From: Paul Mackay Date: Wed, 1 Jun 2016 20:51:31 +0100 Subject: [PATCH] Set production log level to warn --- 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 a55540883d..819bb98306 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -31,7 +31,7 @@ Openfoodnetwork::Application.configure do config.force_ssl = true # See everything in the log (default is :info) - # config.log_level = :debug + config.log_level = :warn # Use a different logger for distributed setups # config.logger = SyslogLogger.new