From 2ef57a8f1ac8eb4cccfc11b540768570f2ae0a73 Mon Sep 17 00:00:00 2001 From: liwei1dao Date: Wed, 19 Oct 2022 15:48:23 +0800 Subject: [PATCH] =?UTF-8?q?rpcx=E7=B3=BB=E7=BB=9F=E6=97=A5=E5=BF=97?= =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lego/sys/rpcx/selector.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lego/sys/rpcx/selector.go b/lego/sys/rpcx/selector.go index d0858cd82..319990027 100644 --- a/lego/sys/rpcx/selector.go +++ b/lego/sys/rpcx/selector.go @@ -68,7 +68,7 @@ func (this *Selector) Select(ctx context.Context, servicePath, serviceMethod str return node.ServiceAddr } } - this.log.Error("Select no found any node", log.Field{"stag", this.stag}, log.Field{"servicePath", servicePath}, log.Field{"serviceMethod", serviceMethod}, log.Field{"routrules", routrules}) + // this.log.Error("Select no found any node", log.Field{"stag", this.stag}, log.Field{"servicePath", servicePath}, log.Field{"serviceMethod", serviceMethod}, log.Field{"routrules", routrules}) return "" }