Explorar o código

add debug log

Abhishek Kondur hai 1 ano
pai
achega
6f9c822ff2
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      main.go

+ 1 - 0
main.go

@@ -167,6 +167,7 @@ func runMessageQueue(wg *sync.WaitGroup, ctx context.Context) {
 		keepAlive = false
 	}
 	if keepAlive {
+		slog.Info("## Starting KeepAlive Thread")
 		go mq.Keepalive(ctx)
 	}
 	go func() {