mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-03 04:01:23 +08:00
simple-koji-ci: Have the console handler handle debug messages
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user