Browse Source

Change log level

pull/2133/head
Rachael Booth 2 years ago
parent
commit
79fa76dcc3
  1. 2
      config/environments/review.rb

2
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]

Loading…
Cancel
Save