From a5f9355272d27503e929f891111e211b801f7dab Mon Sep 17 00:00:00 2001 From: Adrian Short Date: Thu, 11 Apr 2013 14:56:01 +0100 Subject: [PATCH] Change production logging config --- config/environments/production.rb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config/environments/production.rb b/config/environments/production.rb index 388b47b..1b300b8 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -44,7 +44,9 @@ Apollo::Application.configure do # config.force_ssl = true # See everything in the log (default is :info) - config.log_level = :debug + # config.log_level = :debug + config.logger = Logger.new(STDOUT) + config.logger.level = Logger::DEBUG # Prepend all log lines with the following tags # config.log_tags = [ :subdomain, :uuid ]