From facdb10155ce04d9b0cbd045234a0a8fadae41f4 Mon Sep 17 00:00:00 2001 From: skiffer-git <44203734@qq.com> Date: Tue, 14 May 2024 12:18:09 +0800 Subject: [PATCH] Add etcd as a service discovery mechanism --- internal/push/onlinepusher.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/push/onlinepusher.go b/internal/push/onlinepusher.go index 55b3ac481..9a2c52f01 100644 --- a/internal/push/onlinepusher.go +++ b/internal/push/onlinepusher.go @@ -91,7 +91,7 @@ func (d *DefaultAllNode) GetConnsAndOnlinePush(ctx context.Context, msg *sdkws.M msgClient := msggateway.NewMsgGatewayClient(conn) reply, err := msgClient.SuperGroupOnlineBatchPushOneMsg(ctx, input) if err != nil { - log.ZError(ctx, "SuperGroupOnlineBatchPushOneMsg ", err, input.String()) + log.ZError(ctx, "SuperGroupOnlineBatchPushOneMsg ", err, "req:", input.String()) return nil }