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