fix: Ease the log level when sync task done (#28678)

Signed-off-by: yangxuan <xuan.yang@zilliz.com>
This commit is contained in:
XuanYang-cn 2023-11-23 19:18:28 +08:00 committed by GitHub
parent 9b371067d2
commit b1f15fa0e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -137,7 +137,7 @@ func (t *SyncTask) Run() error {
t.metacache.UpdateSegments(metacache.MergeSegmentAction(actions...), metacache.WithSegmentIDs(t.segmentID))
log.Warn("task done")
log.Info("task done")
return nil
}