From: Julien Danjou Date: Tue, 25 Nov 2014 10:26:40 +0000 (+0100) Subject: etc: replace NullHandler by Python one X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=cbe0572f230dab8390d9fdff45bf493f60df5c4a;p=openstack-build%2Fcinder-build.git 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 --- 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 = ()