Do not log BucketNotFound errors on minio console (#6114)

This commit is contained in:
kannappanr
2018-07-03 11:04:55 -07:00
committed by GitHub
parent 317e648c0d
commit 726e75611e
3 changed files with 0 additions and 3 deletions

View File

@@ -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}
}