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:
parent
f85574113e
commit
ebdb5fa51a
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user