bodhi: Use the full path for the StreamHandler.

Signed-off-by: Randy Barlow <randy@electronsweatshop.com>
This commit is contained in:
Randy Barlow 2019-05-10 16:57:59 +00:00
parent 0fa560854d
commit 3063fd8330

View file

@ -10,7 +10,7 @@ filters:
rate: 3600
handlers:
console:
class: StreamHandler
class: logging.handlers.StreamHandler
level: NOTSET
formatter: generic
smtp: