mirror of
https://github.com/minio/minio.git
synced 2025-11-07 04:42:56 -05:00
Do not log BucketNotFound errors on minio console (#6114)
This commit is contained in:
@@ -483,7 +483,6 @@ func (a *azureObjects) GetBucketInfo(ctx context.Context, bucket string) (bi min
|
||||
} // else continue
|
||||
}
|
||||
}
|
||||
logger.LogIf(ctx, minio.BucketNotFound{Bucket: bucket})
|
||||
return bi, minio.BucketNotFound{Bucket: bucket}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user