fix error class path in logging sample

class path for NullHandler should be
cinder.openstack.common.log.NullHandler.

Fixes bug: 1192765
Change-Id: I552fe25cb89fa911dcbacb733013097b6e3c4ef3
This commit is contained in:
Yejia Xu 2013-06-19 22:41:07 +08:00
parent 1482c4045b
commit 229e74f464

@ -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 = ()