From 342ee1bc0bb23eb1616cf33dd53bc0cc4d2fea19 Mon Sep 17 00:00:00 2001 From: Tom Naessens Date: Fri, 20 Mar 2015 00:18:54 +0100 Subject: [PATCH] Set log level to info --- 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 5224d20..1e652ca 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -42,7 +42,7 @@ Rails.application.configure do # config.force_ssl = true # Set to :debug to see everything in the log. - config.log_level = :info + config.log_level = :debug # Prepend all log lines with the following tags. # config.log_tags = [ :subdomain, :uuid ]