mirror of
https://github.com/minio/minio.git
synced 2025-01-24 13:13:16 -05:00
Reduce redundant crawler logging (#11448)
This commit is contained in:
parent
99b733d44c
commit
5fe4bb6b36
@ -276,7 +276,6 @@ func (er erasureObjects) getOnlineDisksWithHealing() (newDisks []StorageAPI, hea
|
|||||||
// Updates are sent on a regular basis and the caller *must* consume them.
|
// Updates are sent on a regular basis and the caller *must* consume them.
|
||||||
func (er erasureObjects) crawlAndGetDataUsage(ctx context.Context, buckets []BucketInfo, bf *bloomFilter, updates chan<- dataUsageCache) error {
|
func (er erasureObjects) crawlAndGetDataUsage(ctx context.Context, buckets []BucketInfo, bf *bloomFilter, updates chan<- dataUsageCache) error {
|
||||||
if len(buckets) == 0 {
|
if len(buckets) == 0 {
|
||||||
logger.Info(color.Green("data-crawl:") + " No buckets found, skipping crawl")
|
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user