Change log level in production to warn

ref: https://github.com/AyuntamientoMadrid/consul/pull/828
This commit is contained in:
Semyon Pupkov
2017-06-18 12:44:04 +05:00
parent 05c837cea4
commit 65b13f4476

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 ]