explicitely set log_level for production

Without this setting there is a warning displayed:

DEPRECATION WARNING: You did not specify a `log_level`
in `production.rb`
This commit is contained in:
Tobias Brunner 2017-08-29 09:06:51 +02:00
parent ac87656f46
commit f14d5926e1

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 ]