Browse code

Merge "Add an ability to configure debug-level for ceilometer"

Jenkins authored on 2014/03/09 00:26:31
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