From e7562edb38557092adfb0041539225c355ebe1b4 Mon Sep 17 00:00:00 2001 From: Sebastian Serth Date: Sun, 22 Mar 2020 14:45:51 +0100 Subject: [PATCH] Increase log level for staging --- config/environments/staging.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/environments/staging.rb b/config/environments/staging.rb index 745ed57b..f9b09b3c 100644 --- a/config/environments/staging.rb +++ b/config/environments/staging.rb @@ -60,7 +60,7 @@ Rails.application.configure do # config.force_ssl = true # Set to :debug to see everything in the log. - config.log_level = :error + config.log_level = :info # Prepend all log lines with the following tags. # config.log_tags = [ :subdomain, :uuid ]