From: Yejia Xu Date: Wed, 19 Jun 2013 14:41:07 +0000 (+0800) Subject: fix error class path in logging sample X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=229e74f4647d3510a705e3b72c7809ecf680f26f;p=openstack-build%2Fcinder-build.git fix error class path in logging sample class path for NullHandler should be cinder.openstack.common.log.NullHandler. Fixes bug: 1192765 Change-Id: I552fe25cb89fa911dcbacb733013097b6e3c4ef3 --- diff --git a/etc/cinder/logging_sample.conf b/etc/cinder/logging_sample.conf index 2c0b754e3..d646e79eb 100644 --- a/etc/cinder/logging_sample.conf +++ b/etc/cinder/logging_sample.conf @@ -65,7 +65,7 @@ args = ('/dev/log', handlers.SysLogHandler.LOG_USER) formatter = legacycinder [handler_null] -class = cinder.common.openstack.NullHandler +class = cinder.openstack.common.log.NullHandler formatter = default args = ()