From 3063fd8330dbd64f42db9895b0883e97a8d76b6c Mon Sep 17 00:00:00 2001 From: Randy Barlow Date: Fri, 10 May 2019 16:57:59 +0000 Subject: [PATCH] bodhi: Use the full path for the StreamHandler. Signed-off-by: Randy Barlow --- roles/bodhi2/base/templates/logging.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/bodhi2/base/templates/logging.yaml b/roles/bodhi2/base/templates/logging.yaml index 0b8d276bff..d413099c31 100644 --- a/roles/bodhi2/base/templates/logging.yaml +++ b/roles/bodhi2/base/templates/logging.yaml @@ -10,7 +10,7 @@ filters: rate: 3600 handlers: console: - class: StreamHandler + class: logging.handlers.StreamHandler level: NOTSET formatter: generic smtp: