lower prod loglevel

This commit is contained in:
Ben Harris 2021-08-24 11:52:41 -04:00
parent 6e815a2945
commit f0aec998c4
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ Rails.application.configure do
# Use the lowest log level to ensure availability of diagnostic information
# when problems arise.
config.log_level = :debug
config.log_level = :error
# Prepend all log lines with the following tags.
config.log_tags = [ :request_id ]