bodhi: Use the full path for the StreamHandler.
Signed-off-by: Randy Barlow <randy@electronsweatshop.com>
This commit is contained in:
parent
0fa560854d
commit
3063fd8330
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ filters:
|
||||||
rate: 3600
|
rate: 3600
|
||||||
handlers:
|
handlers:
|
||||||
console:
|
console:
|
||||||
class: StreamHandler
|
class: logging.handlers.StreamHandler
|
||||||
level: NOTSET
|
level: NOTSET
|
||||||
formatter: generic
|
formatter: generic
|
||||||
smtp:
|
smtp:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue