Browse code

Add an ability to configure debug-level for ceilometer

Change-Id: Ibe9dd2391202a5af291d2eed1559bae60370f9a8

Nadya Privalova authored on 2014/03/06 20:14:59
Showing 1 changed files
... ...
@@ -129,6 +129,7 @@ function configure_ceilometer {
129 129
 
130 130
     iniset $CEILOMETER_CONF DEFAULT notification_topics 'notifications'
131 131
     iniset $CEILOMETER_CONF DEFAULT verbose True
132
+    iniset $CEILOMETER_CONF DEFAULT debug "$ENABLE_DEBUG_LOG_LEVEL"
132 133
 
133 134
     # Install the policy file for the API server
134 135
     cp $CEILOMETER_DIR/etc/ceilometer/policy.json $CEILOMETER_CONF_DIR