mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 12:07:34 +08:00
Bodhi: activate access logs
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user