reducing log level on some libs

certain libs are used by other libs and provide very little value with
debug level of logging

Change-Id: I937f9756580ade15d3a5ea15cfbc6898149aadde
This commit is contained in:
Min Pae 2015-05-29 15:10:42 -07:00
parent 854ed33303
commit 52ca405c8f
1 changed files with 3 additions and 0 deletions

View File

@ -115,6 +115,9 @@ function configure_cue {
setup_colorized_logging $CUE_CONF DEFAULT "tenant" "user"
fi
# Set some libraries' log level to INFO so that the log isn't overrun with useless DEBUG messages
iniset $CUE_CONF DEFAULT default_log_levels "kazoo.client=INFO,stevedore=INFO"
if is_service_enabled key; then
# Setup the Keystone Integration
iniset $CUE_CONF service:api auth_strategy keystone