Skip to content

Commit

Permalink
enhance: [2.3] change frequent log to debug (#30781)
Browse files Browse the repository at this point in the history
pr: #30782 
change the "pipeline fetch insert msg" log to debug

Signed-off-by: xiaofanluan <[email protected]>
  • Loading branch information
xiaofan-luan committed Feb 23, 2024
1 parent e389909 commit 2896f5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/querynodev2/pipeline/insert_node.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ func (iNode *insertNode) addInsertData(insertDatas map[UniqueID]*delegator.Inser
iData.PrimaryKeys = append(iData.PrimaryKeys, pks...)
iData.RowIDs = append(iData.RowIDs, msg.RowIDs...)
iData.Timestamps = append(iData.Timestamps, msg.Timestamps...)
log.Info("pipeline fetch insert msg",
log.Debug("pipeline fetch insert msg",
zap.Int64("collectionID", iNode.collectionID),
zap.Int64("segmentID", msg.SegmentID),
zap.Int("insertRowNum", len(pks)),
Expand Down

0 comments on commit 2896f5e

Please sign in to comment.