bodhi: another try to prevent stg logs from being unreadable
Signed-off-by: Mattia Verga <mattia.verga@tiscali.it>
This commit is contained in:
parent
c2025d4833
commit
d3ae9b2981
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ loggers:
|
||||||
{% if env == "production" %}
|
{% if env == "production" %}
|
||||||
level: ERROR
|
level: ERROR
|
||||||
{% else %}
|
{% else %}
|
||||||
level: DEBUG
|
level: INFO
|
||||||
{% endif %}
|
{% endif %}
|
||||||
handlers: [console, smtp]
|
handlers: [console, smtp]
|
||||||
twisted:
|
twisted:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue