Bodhi: activate access logs
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
543672d454
commit
175eeaff4d
1 changed files with 7 additions and 0 deletions
|
@ -45,6 +45,13 @@ loggers:
|
||||||
level: ERROR
|
level: ERROR
|
||||||
{% else %}
|
{% else %}
|
||||||
level: INFO
|
level: INFO
|
||||||
|
{% endif %}
|
||||||
|
handlers: [console, smtp]
|
||||||
|
gunicorn:
|
||||||
|
{% if env == "production" %}
|
||||||
|
level: INFO
|
||||||
|
{% else %}
|
||||||
|
level: DEBUG
|
||||||
{% endif %}
|
{% endif %}
|
||||||
handlers: [console, smtp]
|
handlers: [console, smtp]
|
||||||
twisted:
|
twisted:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue