simple-koji-ci: Have the console handler handle debug messages
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
parent
0c24a566ed
commit
00fcff8402
1 changed files with 8 additions and 0 deletions
|
@ -63,6 +63,14 @@ config = {
|
|||
'simple-koji-ci.requests_retries': 3,
|
||||
|
||||
"logging": {
|
||||
"handlers": {
|
||||
"console": {
|
||||
"class": "logging.StreamHandler",
|
||||
"formatter": "bare",
|
||||
"level": "DEBUG",
|
||||
"stream": "ext://sys.stdout",
|
||||
},
|
||||
},
|
||||
"loggers": {
|
||||
"simple_koji_ci": {
|
||||
"level": "DEBUG",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue