Try adding a log handler for simple-koji-ci

This commit is contained in:
Pierre-Yves Chibon 2017-11-21 17:16:27 +01:00
parent bfd02c7fd0
commit 983d5b4518

View file

@ -39,5 +39,15 @@ config = {
# 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)
'simple-koji-ci.requests_retries': 3,
logging = {
"loggers": {
"simple_koji_ci": {
"level": "INFO",
"propagate": True,
"handlers": ["console"],
},
},
}
}