mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
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
|
||||
|
||||
# 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