Merge pull request #1663 from tobru/set_loglevel

explicitely set log_level for production
This commit is contained in:
Ana María Martínez Gómez 2017-08-29 10:06:54 +02:00 committed by GitHub
commit de1fa448a2

View file

@ -36,7 +36,7 @@ Osem::Application.configure do
# config.force_ssl = true
# See everything in the log (default is :info)
# config.log_level = :debug
config.log_level = :info
# Prepend all log lines with the following tags
# config.log_tags = [ :subdomain, :uuid ]