diff --git a/pkg/registry/http.go b/pkg/registry/http.go index 2441ce1..d8be637 100644 --- a/pkg/registry/http.go +++ b/pkg/registry/http.go @@ -56,6 +56,7 @@ func newHTTPRegistry(schemaPathTemplate string, cacheFolder string, strict bool, retryClient := retryablehttp.NewClient() retryClient.RetryMax = 2 retryClient.HTTPClient = &http.Client{Transport: reghttp} + retryClient.Logger = nil return &SchemaRegistry{ c: retryClient.StandardClient(),