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:
parent
c52238022f
commit
c9f5fbdca5
1 changed files with 2 additions and 2 deletions
|
@ -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'],
|
||||
},
|
||||
),
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue