bodhi: Add logging for Twisted.
Signed-off-by: Randy Barlow <randy@electronsweatshop.com>
This commit is contained in:
parent
254bba52cb
commit
ceba590393
1 changed files with 7 additions and 0 deletions
|
@ -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: []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue