Try adding a log handler for simple-koji-ci
This commit is contained in:
parent
bfd02c7fd0
commit
983d5b4518
1 changed files with 11 additions and 1 deletions
|
@ -39,5 +39,15 @@ config = {
|
||||||
# The number of times the-new-hotness should retry a network request that
|
# The number of times the-new-hotness should retry a network request that
|
||||||
# that failed for any reason (e.g. read timeout, DNS error, etc)
|
# that failed for any reason (e.g. read timeout, DNS error, etc)
|
||||||
'simple-koji-ci.requests_retries': 3,
|
'simple-koji-ci.requests_retries': 3,
|
||||||
}
|
|
||||||
|
|
||||||
|
logging = {
|
||||||
|
"loggers": {
|
||||||
|
"simple_koji_ci": {
|
||||||
|
"level": "INFO",
|
||||||
|
"propagate": True,
|
||||||
|
"handlers": ["console"],
|
||||||
|
},
|
||||||
|
},
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue