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:
@@ -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 = ()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user