From e3759d9580cdfdd3f9a79c27a4d4c9d221b0dcd2 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Tue, 18 Aug 2015 21:49:18 +0000 Subject: [PATCH] Typofix. --- roles/bodhi2/base/files/bodhi-logging.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/bodhi2/base/files/bodhi-logging.py b/roles/bodhi2/base/files/bodhi-logging.py index 13f9339d0c..2396de7585 100644 --- a/roles/bodhi2/base/files/bodhi-logging.py +++ b/roles/bodhi2/base/files/bodhi-logging.py @@ -8,7 +8,7 @@ config = dict( "propagate": False, "handlers": ["console", "mailer"], }, - bodhi={ + sqlalchemy={ "level": "WARN", "propagate": False, "handlers": ["console", "mailer"],