From 790a784e5b52bd0ce578963315b63a7406d01108 Mon Sep 17 00:00:00 2001 From: Dan Barber Date: Wed, 20 Apr 2016 11:24:13 +0100 Subject: [PATCH] Explicitly state log level for 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 20e9dd0..13b7587 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -37,7 +37,7 @@ DanBarberPhoto::Application.configure do # config.force_ssl = true # See everything in the log (default is :info) - # config.log_level = :debug + config.log_level = :info # Use a different logger for distributed setups # config.logger = SyslogLogger.new