Thibault bui Koechlin 5 년 전
부모
커밋
048c5de8ce
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      cmd/crowdsec/output.go

+ 1 - 1
cmd/crowdsec/output.go

@@ -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")