Refine index log (#26191)

Signed-off-by: cai.zhang <cai.zhang@zilliz.com>
pull/26264/head
cai.zhang 2023-08-11 11:14:39 +08:00 committed by GitHub
parent 411f9ac823
commit 6e1f284485
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -709,7 +709,6 @@ func (s *Server) GetIndexInfos(ctx context.Context, req *indexpb.GetIndexInfoReq
log := log.Ctx(ctx).With(
zap.Int64("collectionID", req.CollectionID),
)
log.Info("receive GetIndexInfos request", zap.Int64s("segmentIDs", req.GetSegmentIDs()), zap.String("indexName", req.GetIndexName()))
errResp := &commonpb.Status{
ErrorCode: commonpb.ErrorCode_UnexpectedError,
Reason: "",