Fix insane production logging level

This commit is contained in:
Kira 2020-03-13 19:07:08 -07:00
parent 3d792e8d98
commit 7026209af9

View File

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