From 79fa76dcc3b3bbad21f816baf3d140862bcab6da Mon Sep 17 00:00:00 2001 From: Rachael Booth Date: Wed, 10 Jan 2024 13:12:29 +0000 Subject: [PATCH] Change log level --- config/environments/review.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/environments/review.rb b/config/environments/review.rb index ec4c67726..a607d00a6 100644 --- a/config/environments/review.rb +++ b/config/environments/review.rb @@ -44,7 +44,7 @@ Rails.application.configure do # Include generic and useful information about system operation, but avoid logging too much # information to avoid inadvertent exposure of personally identifiable information (PII). - config.log_level = :info + config.log_level = :debug # Prepend all log lines with the following tags. config.log_tags = [:request_id]