Merge "etc: replace NullHandler by Python one"

This commit is contained in:
Jenkins 2015-01-22 01:18:28 +00:00 committed by Gerrit Code Review
commit e76af5f711
1 changed files with 1 additions and 1 deletions

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