bodhi: Set the console hander to debug in stg.
Signed-off-by: Randy Barlow <randy@electronsweatshop.com>
This commit is contained in:
parent
fc909bdf37
commit
9feb1b7715
1 changed files with 5 additions and 1 deletions
|
@ -11,7 +11,11 @@ filters:
|
|||
handlers:
|
||||
console:
|
||||
class: logging.StreamHandler
|
||||
level: NOTSET
|
||||
{% if env == "production" %}
|
||||
level: INFO
|
||||
{% else %}
|
||||
level: DEBUG
|
||||
{% endif %}
|
||||
formatter: generic
|
||||
smtp:
|
||||
class: logging.handlers.SMTPHandler
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue