瀏覽代碼

add debug log

Abhishek Kondur 1 年之前
父節點
當前提交
6f9c822ff2
共有 1 個文件被更改,包括 1 次插入0 次删除
  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() {