Merge "etc: replace NullHandler by Python one"
This commit is contained in:
commit
2bf82e893c
@ -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 = ()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user