From 229e74f4647d3510a705e3b72c7809ecf680f26f Mon Sep 17 00:00:00 2001 From: Yejia Xu Date: Wed, 19 Jun 2013 22:41:07 +0800 Subject: [PATCH] fix error class path in logging sample class path for NullHandler should be cinder.openstack.common.log.NullHandler. Fixes bug: 1192765 Change-Id: I552fe25cb89fa911dcbacb733013097b6e3c4ef3 --- etc/cinder/logging_sample.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = () -- 2.45.2