This commit is contained in:
Thibault bui Koechlin 2020-06-17 23:38:32 +02:00
parent ae46c0b0c7
commit 048c5de8ce

View file

@ -21,7 +21,7 @@ func runOutput(input chan types.Event, overflow chan types.Event, holders []leak
LOOP:
for {
select {
case <-bucketsTomb.Dying():
case <-outputsTomb.Dying():
log.Infof("Flushing outputs")
output.FlushAll()
log.Infof("Shuting down output routines")