Log cachecontrol info by default

This is useful for tracking github cache consumption.

Change-Id: Ic3cb7c82dfbbd00672b7ee3443c0da7f774db3b0
Signed-off-by: Jesse Keating <omgjlk@us.ibm.com>
This commit is contained in:
Jesse Keating 2017-08-30 11:49:04 -07:00
parent d5005f67bb
commit 01f72df625
1 changed files with 4 additions and 0 deletions

View File

@ -105,6 +105,10 @@ _DEFAULT_SERVER_LOGGING_CONFIG = {
'handlers': ['console'],
'level': 'WARN',
},
'cachecontrol': {
'handlers': ['console'],
'level': 'INFO',
},
},
'root': {'handlers': []},
}