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
This commit is contained in:
Julien Danjou 2014-11-25 11:26:40 +01:00
parent 90d7c0c2b3
commit cbe0572f23

View File

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