Log level changed to warn in production

This commit is contained in:
echarp 2016-04-16 12:23:05 +02:00
parent 77ba9032d3
commit 94afdadef3
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 = :info
config.log_level = :warn
# Prepend all log lines with the following tags.
# config.log_tags = [ :subdomain, :uuid ]