bodhi: Set the console hander to debug in stg.

Signed-off-by: Randy Barlow <randy@electronsweatshop.com>
This commit is contained in:
Randy Barlow 2019-05-14 18:58:11 +00:00
parent fc909bdf37
commit 9feb1b7715

View file

@ -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