Browse Source

add debug log

Abhishek Kondur 1 năm trước cách đây
mục cha
commit
6f9c822ff2
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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() {