Add debug logging for cachecontrol library
It would be nice to see hits and misses along side our other things. Change-Id: Idcd6261ca5e27d73eb9aff0d3cc8e60fbc722b1c
This commit is contained in:
parent
3ebcb481bb
commit
4e5378c264
@ -1,5 +1,5 @@
|
||||
[loggers]
|
||||
keys=root,zuul,gerrit,gerrit_io,gear
|
||||
keys=root,zuul,gerrit,gerrit_io,gear,cachecontrol
|
||||
|
||||
[handlers]
|
||||
keys=console,debug,normal
|
||||
@ -31,6 +31,11 @@ level=WARNING
|
||||
handlers=debug,normal
|
||||
qualname=gear
|
||||
|
||||
[logger_cachecontrol]
|
||||
level=DEBUG
|
||||
handlers=debug,normal
|
||||
qualname=cachecontrol
|
||||
|
||||
[handler_console]
|
||||
level=WARNING
|
||||
class=StreamHandler
|
||||
|
Loading…
x
Reference in New Issue
Block a user