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:
|
root:
|
||||||
level: INFO
|
level: INFO
|
||||||
handlers: [console, smtp]
|
handlers: [console, smtp]
|
||||||
|
twisted:
|
||||||
|
{% if env == "production" %}
|
||||||
|
level: ERROR
|
||||||
|
{% else %}
|
||||||
|
level: DEBUG
|
||||||
|
{% endif %}
|
||||||
|
handlers: [console, smtp]
|
||||||
root:
|
root:
|
||||||
level: NOTSET
|
level: NOTSET
|
||||||
handlers: []
|
handlers: []
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue