]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commitdiff
fix error class path in logging sample
authorYejia Xu <yejia@unitedstack.com>
Wed, 19 Jun 2013 14:41:07 +0000 (22:41 +0800)
committerYejia Xu <yejia@unitedstack.com>
Thu, 20 Jun 2013 01:30:58 +0000 (09:30 +0800)
class path for NullHandler should be
cinder.openstack.common.log.NullHandler.

Fixes bug: 1192765
Change-Id: I552fe25cb89fa911dcbacb733013097b6e3c4ef3

etc/cinder/logging_sample.conf

index 2c0b754e350eb0ab5e973ed8a83e68831fdf6c28..d646e79eb7a39848167ff6abd361c4a8bda2fbb9 100644 (file)
@@ -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 = ()