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: I433f8c0711172cc060ad4b811e932f42a11695f3
This commit is contained in:
Julien Danjou
2014-11-25 11:16:20 +01:00
parent fd48c68c04
commit 32e464bc04
+1 -1
View File
@@ -70,7 +70,7 @@ args = ('/dev/log', handlers.SysLogHandler.LOG_USER)
formatter = context
[handler_null]
class = nova.openstack.common.log.NullHandler
class = logging.NullHandler
formatter = default
args = ()