From ee827fe71f3a3e0023e142eed9df4b9441ceac67 Mon Sep 17 00:00:00 2001 From: Jess Frazelle Date: Thu, 22 Sep 2016 04:16:47 -0700 Subject: [PATCH] update; Signed-off-by: Jess Frazelle --- commit-watcher/production.rb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/commit-watcher/production.rb b/commit-watcher/production.rb index 7733c66..83eda1d 100644 --- a/commit-watcher/production.rb +++ b/commit-watcher/production.rb @@ -48,7 +48,9 @@ Rails.application.configure do # when problems arise. # Set log level - config.log_level = :debug + # config.log_level = :debug + config.log_level = :ERROR + # Prepend all log lines with the following tags. # config.log_tags = [ :subdomain, :uuid ]