mirror of
https://github.com/minio/minio.git
synced 2025-11-10 22:10:12 -05:00
Do not log BucketNotFound errors on minio console (#6114)
This commit is contained in:
@@ -227,7 +227,6 @@ func (l *s3Objects) GetBucketInfo(ctx context.Context, bucket string) (bi minio.
|
||||
}, nil
|
||||
}
|
||||
|
||||
logger.LogIf(ctx, minio.BucketNotFound{Bucket: bucket})
|
||||
return bi, minio.BucketNotFound{Bucket: bucket}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user