mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
notifs/backend: disable some of the mailer handlers to reduce the amount of emails
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
@@ -161,7 +161,7 @@ config = {
|
||||
fmn={
|
||||
"level": "INFO",
|
||||
"propagate": False,
|
||||
"handlers": ["console", "mailer"],
|
||||
"handlers": ["console"],
|
||||
},
|
||||
moksha={
|
||||
"level": "INFO",
|
||||
@@ -181,7 +181,7 @@ config = {
|
||||
),
|
||||
root={
|
||||
'level': 'WARNING',
|
||||
'handlers': ['console', 'mailer'],
|
||||
'handlers': ['console'],
|
||||
},
|
||||
),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user