Explorar el Código

add debug log

Abhishek Kondur hace 1 año
padre
commit
6f9c822ff2
Se han modificado 1 ficheros con 1 adiciones y 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() {