diff --git a/ecstore/src/disk/local.rs b/ecstore/src/disk/local.rs index 2222f1c2..074fce5c 100644 --- a/ecstore/src/disk/local.rs +++ b/ecstore/src/disk/local.rs @@ -548,7 +548,7 @@ impl DiskAPI for LocalDisk { continue; } - warn!("walk_dir entry {}", entry); + // warn!("walk_dir entry {}", entry); let mut meta = MetaCacheEntry { name: entry.clone(), diff --git a/ecstore/src/store.rs b/ecstore/src/store.rs index 2f990c13..bb0b5344 100644 --- a/ecstore/src/store.rs +++ b/ecstore/src/store.rs @@ -283,7 +283,7 @@ impl StorageAPI for ECStore { let info = self.list_path(&opts).await?; - warn!("list_objects_v2 info {:?}", info); + // warn!("list_objects_v2 info {:?}", info); let v2 = ListObjectsV2Info { is_truncated: info.is_truncated, diff --git a/rustfs/src/storage/ecfs.rs b/rustfs/src/storage/ecfs.rs index 3f6fd6d3..223ddf9f 100644 --- a/rustfs/src/storage/ecfs.rs +++ b/rustfs/src/storage/ecfs.rs @@ -273,7 +273,7 @@ impl S3 for FS { .await ); - warn!("object_infos {:?}", object_infos); + // warn!("object_infos {:?}", object_infos); let objects: Vec = object_infos .objects