From cc0261aa86d6b09c628a283401f4cf2bc4631c08 Mon Sep 17 00:00:00 2001 From: MathieuHa Date: Sat, 1 Oct 2022 19:42:22 +0200 Subject: [PATCH] Add clean message when stream polling start --- bouncer.go | 1 + 1 file changed, 1 insertion(+) diff --git a/bouncer.go b/bouncer.go index d480b22..61464d3 100644 --- a/bouncer.go +++ b/bouncer.go @@ -273,6 +273,7 @@ func handleNoStreamCache(a *Bouncer, rw http.ResponseWriter, req *http.Request, } func handleStreamCache(a *Bouncer) { + logger(fmt.Sprintf("Start handleStreamCache with health=%v", a.crowdsecStreamHealthy)) // TODO clean properly on exit. var rawQuery string var path string