Better log level in production

This commit is contained in:
echarp 2018-01-22 00:10:24 +01:00
parent 867ea155c7
commit 1fd388ad4f
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,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 = :warn
# Prepend all log lines with the following tags.
config.log_tags = [:request_id]