Disable sending email on logs until I've found the problem, it's flooding
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
d7fa58f05c
commit
6cac5e473c
1 changed files with 1 additions and 1 deletions
|
@ -232,7 +232,7 @@ data:
|
|||
handlers = ["console"]
|
||||
[log_config.root]
|
||||
level = "WARNING"
|
||||
handlers = ["console", "email"]
|
||||
handlers = ["console"]
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue