未验证 提交 d6bfe8fb 编写于 作者: B Bingyi Sun 提交者: GitHub

Change frequent logs to debug level (#23012)

Signed-off-by: Nsunby <bingyi.sun@zilliz.com>
Co-authored-by: Nsunby <bingyi.sun@zilliz.com>
上级 d55c8603
...@@ -700,7 +700,7 @@ func (s *Server) updateSegmentStatistics(stats []*commonpb.SegmentStats) { ...@@ -700,7 +700,7 @@ func (s *Server) updateSegmentStatistics(stats []*commonpb.SegmentStats) {
// Log if # of rows is updated. // Log if # of rows is updated.
if segment.currRows < stat.GetNumRows() { if segment.currRows < stat.GetNumRows() {
log.Info("Updating segment number of rows", log.Debug("Updating segment number of rows",
zap.Int64("segment ID", stat.GetSegmentID()), zap.Int64("segment ID", stat.GetSegmentID()),
zap.Int64("old value", s.meta.GetSegment(stat.GetSegmentID()).GetNumOfRows()), zap.Int64("old value", s.meta.GetSegment(stat.GetSegmentID()).GetNumOfRows()),
zap.Int64("new value", stat.GetNumRows()), zap.Int64("new value", stat.GetNumRows()),
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册