From cbe0572f230dab8390d9fdff45bf493f60df5c4a Mon Sep 17 00:00:00 2001 From: Julien Danjou Date: Tue, 25 Nov 2014 11:26:40 +0100 Subject: [PATCH] etc: replace NullHandler by Python one We don't need to specify the NullHandler that was provided by Oslo anymore, as Python 2.7 has this one. Let's use it directly. Change-Id: I6948d1cd5a556779c1b1fd0a4161689e3a944b45 --- 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 03f620190..c3f5deca5 100644 --- a/etc/cinder/logging_sample.conf +++ b/etc/cinder/logging_sample.conf @@ -82,7 +82,7 @@ args = ('/dev/log', handlers.SysLogHandler.LOG_USER) formatter = context [handler_null] -class = cinder.openstack.common.log.NullHandler +class = logging.NullHandler formatter = default args = () -- 2.45.2