Merge pull request #1663 from tobru/set_loglevel
explicitely set log_level for production
This commit is contained in:
commit
de1fa448a2
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ Osem::Application.configure do
|
||||||
# config.force_ssl = true
|
# config.force_ssl = true
|
||||||
|
|
||||||
# See everything in the log (default is :info)
|
# See everything in the log (default is :info)
|
||||||
# config.log_level = :debug
|
config.log_level = :info
|
||||||
|
|
||||||
# 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 ]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue