Log github3 at DEBUG level

We are figuring out some github API interaction slowness and additional
api logging will help tremendously.

Change-Id: I80959b31d0fb8200a924d689e1bc27b9cde0ca31
This commit is contained in:
Clark Boylan 2019-02-12 14:29:04 -08:00
parent f85574113e
commit ebdb5fa51a
1 changed files with 6 additions and 1 deletions

View File

@ -1,5 +1,5 @@
[loggers]
keys=root,zuul,gerrit,gerrit_io,gear,kazoo
keys=root,zuul,gerrit,gerrit_io,gear,kazoo,github_io
[handlers]
keys=console,debug,normal
@ -36,6 +36,11 @@ level=INFO
handlers=debug,normal
qualname=kazoo
[logger_github_io]
level=DEBUG
handlers=debug,normal
qualname=github3
[handler_console]
level=WARNING
class=StreamHandler