mirror of
https://github.com/minio/minio.git
synced 2025-11-06 20:33:07 -05:00
Fix unnecessary log messages to avoid flooding the logs (#5900)
This commit is contained in:
committed by
Harshavardhana
parent
9de8fefa90
commit
bb34bd91f1
@@ -137,7 +137,6 @@ func (xl xlObjects) getBucketInfo(ctx context.Context, bucketName string) (bucke
|
||||
}
|
||||
return bucketInfo, nil
|
||||
}
|
||||
logger.LogIf(ctx, serr)
|
||||
err = serr
|
||||
// For any reason disk went offline continue and pick the next one.
|
||||
if IsErrIgnored(err, bucketMetadataOpIgnoredErrs...) {
|
||||
|
||||
Reference in New Issue
Block a user