Update hb_log.py

This commit is contained in:
Cort Buffington 2018-11-24 10:21:08 -06:00
parent 5850aee88c
commit fc948004a5
1 changed files with 0 additions and 1 deletions

View File

@ -83,7 +83,6 @@ def config_logging(_logger):
'formatter': 'syslog', 'formatter': 'syslog',
} }
}, },
'root': { 'root': {
'handlers': _logger['LOG_HANDLERS'].split(','), 'handlers': _logger['LOG_HANDLERS'].split(','),
'level': _logger['LOG_LEVEL'], 'level': _logger['LOG_LEVEL'],