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]