bodhi: Add logging for Twisted.

Signed-off-by: Randy Barlow <randy@electronsweatshop.com>
This commit is contained in:
Randy Barlow 2019-05-14 17:46:27 +00:00
parent 254bba52cb
commit ceba590393

View file

@ -35,6 +35,13 @@ loggers:
root:
level: INFO
handlers: [console, smtp]
twisted:
{% if env == "production" %}
level: ERROR
{% else %}
level: DEBUG
{% endif %}
handlers: [console, smtp]
root:
level: NOTSET
handlers: []