From a7ae14a0f0aa690c4674ef925648943a031b41c3 Mon Sep 17 00:00:00 2001 From: Randy Barlow Date: Thu, 30 May 2019 18:22:23 +0000 Subject: [PATCH] bodhi: Do not e-mail on pika errors. Signed-off-by: Randy Barlow --- roles/bodhi2/base/templates/fedora-messaging.toml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/bodhi2/base/templates/fedora-messaging.toml.j2 b/roles/bodhi2/base/templates/fedora-messaging.toml.j2 index a005021567..9f6b83439b 100644 --- a/roles/bodhi2/base/templates/fedora-messaging.toml.j2 +++ b/roles/bodhi2/base/templates/fedora-messaging.toml.j2 @@ -107,7 +107,7 @@ handlers = ["console", "email"] [log_config.loggers.pika] level = "WARNING" propagate = false -handlers = ["console", "email"] +handlers = ["console"] [log_config.root]