Change frequent logs to debug level (#23012)

Signed-off-by: sunby <bingyi.sun@zilliz.com>
Co-authored-by: sunby <bingyi.sun@zilliz.com>
pull/23055/head
Bingyi Sun 2023-03-28 07:12:01 +08:00 committed by GitHub
parent d55c860383
commit d6bfe8fbb9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -700,7 +700,7 @@ func (s *Server) updateSegmentStatistics(stats []*commonpb.SegmentStats) {
// Log if # of rows is updated.
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("old value", s.meta.GetSegment(stat.GetSegmentID()).GetNumOfRows()),
zap.Int64("new value", stat.GetNumRows()),