diff --git a/internal/indexnode/indexnode_service.go b/internal/indexnode/indexnode_service.go index 70631a5bc4..a690e35e4a 100644 --- a/internal/indexnode/indexnode_service.go +++ b/internal/indexnode/indexnode_service.go @@ -54,6 +54,7 @@ func (i *IndexNode) CreateJob(ctx context.Context, req *indexpb.CreateJobRequest } defer i.lifetime.Done() log.Info("IndexNode building index ...", + zap.Int64("collectionID", req.GetCollectionID()), zap.Int64("indexID", req.GetIndexID()), zap.String("indexName", req.GetIndexName()), zap.String("indexFilePrefix", req.GetIndexFilePrefix()),