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
|
formatter = context
|
||||||
|
|
||||||
[handler_null]
|
[handler_null]
|
||||||
class = cinder.openstack.common.log.NullHandler
|
class = logging.NullHandler
|
||||||
formatter = default
|
formatter = default
|
||||||
args = ()
|
args = ()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user