From b758289845f2201a68bd87f743a9c05abcdd9246 Mon Sep 17 00:00:00 2001 From: albert Date: Sat, 16 Feb 2013 23:54:39 -0500 Subject: [PATCH] disable production logging --- 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 c33e15c7c..7948739ab 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 = :debug + config.log_level = :error # Prepend all log lines with the following tags # config.log_tags = [ :subdomain, :uuid ]