rpcx系统日志优化

This commit is contained in:
liwei1dao 2022-10-19 15:48:23 +08:00
parent 06fcf5e491
commit 2ef57a8f1a

View File

@ -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 ""
}