From a9c9e80ed468df537caedd9fa674f802581c2020 Mon Sep 17 00:00:00 2001 From: Benjamin ter Kuile Date: Tue, 13 Jan 2015 18:41:57 +0100 Subject: [PATCH] implement rails5 recommendation --- 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 d5584477..2868cb37 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -46,7 +46,7 @@ Qwaiter::Application.configure do # Prepend all log lines with the following tags # config.log_tags = [ :subdomain, :uuid ] - + config.log_level = :info # Use a different logger for distributed setups # config.logger = ActiveSupport::TaggedLogging.new(SyslogLogger.new)