mirror of https://github.com/milvus-io/milvus.git
Remove debug log in minio chunk manager (#19134)
Signed-off-by: Congqi Xia <congqi.xia@zilliz.com> Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>pull/19144/head
parent
e65ba6331e
commit
ce9ba0dd02
internal/storage
|
@ -356,7 +356,6 @@ func (mcm *MinioChunkManager) ListWithPrefix(prefix string, recursive bool) ([]s
|
||||||
if strings.HasSuffix(object.Key, "/") {
|
if strings.HasSuffix(object.Key, "/") {
|
||||||
// enqueue when recursive is true
|
// enqueue when recursive is true
|
||||||
if recursive && object.Key != pre {
|
if recursive && object.Key != pre {
|
||||||
log.Warn("add next", zap.String("key", object.Key))
|
|
||||||
tasks.PushBack(object.Key)
|
tasks.PushBack(object.Key)
|
||||||
}
|
}
|
||||||
continue
|
continue
|
||||||
|
|
Loading…
Reference in New Issue