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:
parent
ac87656f46
commit
f14d5926e1
1 changed files with 1 additions and 1 deletions
|
|
@ -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 ]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue