Skip to content

Commit

Permalink
Disable logger from retryer
Browse files Browse the repository at this point in the history
  • Loading branch information
yannh committed Jul 30, 2024
1 parent 43596c9 commit 03046e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/registry/http.go
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
Expand Down

0 comments on commit 03046e8

Please sign in to comment.