From 239268486231d03fc271e989464ba1ba04aa8416 Mon Sep 17 00:00:00 2001 From: albert Date: Sun, 17 Feb 2013 12:58:15 -0500 Subject: [PATCH] up log level --- 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 7948739ab..acd030ea5 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -31,7 +31,7 @@ Danbooru::Application.configure do # config.force_ssl = true # See everything in the log (default is :info) - config.log_level = :error + config.log_level = :info # Prepend all log lines with the following tags # config.log_tags = [ :subdomain, :uuid ]