未验证 提交 8750be1e 编写于 作者: G Gao 提交者: GitHub

Set receive searchRequest log to debug level (#25223)

Signed-off-by: Nchasingegg <chao.gao@zilliz.com>
上级 37fe3393
......@@ -764,7 +764,7 @@ func (node *QueryNode) Search(ctx context.Context, req *querypb.SearchRequest) (
zap.Bool("fromShardLeader", req.GetFromShardLeader()),
)
log.Info("Received SearchRequest",
log.Debug("Received SearchRequest",
zap.Int64s("segmentIDs", req.GetSegmentIDs()),
zap.Uint64("guaranteeTimestamp", req.GetReq().GetGuaranteeTimestamp()),
zap.Uint64("timeTravel", req.GetReq().GetTravelTimestamp()))
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册