From 4e5378c2646d0b72ea12f9f1b8a301a007cabe65 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Wed, 30 Aug 2017 13:14:00 -0500 Subject: [PATCH] Add debug logging for cachecontrol library It would be nice to see hits and misses along side our other things. Change-Id: Idcd6261ca5e27d73eb9aff0d3cc8e60fbc722b1c --- files/logging.conf | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/files/logging.conf b/files/logging.conf index b078621..ae737ca 100644 --- a/files/logging.conf +++ b/files/logging.conf @@ -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