Parcourir la source

add debug log

Abhishek Kondur il y a 1 an
Parent
commit
6f9c822ff2
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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() {