From 2d34b80a8dfd6016fe397e34cfaadfd39e45274d Mon Sep 17 00:00:00 2001 From: Xiaofan <83447078+xiaofan-luan@users.noreply.github.com> Date: Mon, 3 Feb 2025 18:08:56 +0800 Subject: [PATCH] enhance : remove unnessary logs in lock chain (#39626) remove the unnecessary lock chain log Signed-off-by: xiaofanluan --- internal/rootcoord/task.go | 1 - 1 file changed, 1 deletion(-) diff --git a/internal/rootcoord/task.go b/internal/rootcoord/task.go index 580a99e67115a..bf89f7d6d3211 100644 --- a/internal/rootcoord/task.go +++ b/internal/rootcoord/task.go @@ -182,7 +182,6 @@ func NewCollectionLockerKey(collection string, rw bool) LockerKey { } func NewLockerKeyChain(lockerKeys ...LockerKey) LockerKey { - log.Info("NewLockerKeyChain", zap.Any("lockerKeys", len(lockerKeys))) if len(lockerKeys) == 0 { return nil }