bodhi: Do not e-mail on pika errors.

Signed-off-by: Randy Barlow <randy@electronsweatshop.com>
This commit is contained in:
Randy Barlow 2019-05-30 18:22:23 +00:00
parent bb24183f46
commit a7ae14a0f0

View file

@ -107,7 +107,7 @@ handlers = ["console", "email"]
[log_config.loggers.pika]
level = "WARNING"
propagate = false
handlers = ["console", "email"]
handlers = ["console"]
[log_config.root]