mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
bodhi: fix log config for staging change
Signed-off-by: Mattia Verga <mattia.verga@tiscali.it>
This commit is contained in:
@@ -794,13 +794,13 @@ qualname = bodhi
|
||||
level = INFO
|
||||
handlers = console, smtp
|
||||
qualname = gunicorn.error
|
||||
propagate = False
|
||||
propagate = 0
|
||||
|
||||
[logger_gunicorn.access]
|
||||
level = INFO
|
||||
handlers = console_access
|
||||
qualname = gunicorn.access
|
||||
propagate = False
|
||||
propagate = 0
|
||||
|
||||
[logger_sqlalchemy]
|
||||
level = WARNING
|
||||
|
||||
Reference in New Issue
Block a user