fixed config parsing for log-stats-collector
This commit is contained in:
parent
bb81b9aef4
commit
f03370721e
@ -38,7 +38,8 @@ class LogProcessor(LogProcessorCommon):
|
||||
"""Load plugins, process logs"""
|
||||
|
||||
def __init__(self, conf, logger):
|
||||
super(LogProcessor, self).__init__(conf, logger, 'log-processor')
|
||||
basic_conf = conf['log-processor']
|
||||
super(LogProcessor, self).__init__(basic_conf, logger, 'log-processor')
|
||||
|
||||
# load the processing plugins
|
||||
self.plugins = {}
|
||||
|
Loading…
x
Reference in New Issue
Block a user