Change-Id: Ibe9dd2391202a5af291d2eed1559bae60370f9a8
| ... | ... |
@@ -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 |