Revert "Add debug logging for cachecontrol library"

This reverts commit 4e5378c2646d0b72ea12f9f1b8a301a007cabe65.

Change-Id: I1462a7cc9b7b2a6a1974ef13998d2310740ce2b8
This commit is contained in:
Monty Taylor 2017-09-11 18:08:45 -06:00
parent 4e5378c264
commit be57d371d8
No known key found for this signature in database
GPG Key ID: 7BAE94BC7141A594

View File

@ -1,5 +1,5 @@
[loggers]
keys=root,zuul,gerrit,gerrit_io,gear,cachecontrol
keys=root,zuul,gerrit,gerrit_io,gear
[handlers]
keys=console,debug,normal
@ -31,11 +31,6 @@ level=WARNING
handlers=debug,normal
qualname=gear
[logger_cachecontrol]
level=DEBUG
handlers=debug,normal
qualname=cachecontrol
[handler_console]
level=WARNING
class=StreamHandler