Merge pull request #1664 from artofhuman/log

Change log level in production to warn
This commit is contained in:
Raimond Garcia
2017-09-04 19:45:00 +02:00
committed by GitHub

View File

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