FILELOG logs to fluentd as well to avoid missing rows
Change-Id: I64ad6627fa49eab2dac92b13490745a2cd4a96be
This commit is contained in:
parent
6e3f86db3a
commit
03a4e4c284
@ -1170,6 +1170,7 @@ def run_vmtp(opts):
|
||||
fluentd_ip=config.fluentd.ip,
|
||||
fluentd_port=config.fluentd.port)
|
||||
LOG.addHandler(fluent_logger)
|
||||
FILELOG.addHandler(fluent_logger)
|
||||
else:
|
||||
fluent_logger = None
|
||||
rescol = ResultsCollector()
|
||||
|
Loading…
x
Reference in New Issue
Block a user