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:
Monty Taylor 2017-08-30 13:14:00 -05:00
parent 3ebcb481bb
commit 4e5378c264
No known key found for this signature in database
GPG Key ID: 7BAE94BC7141A594
1 changed files with 6 additions and 1 deletions

View File

@ -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