Skip to content

Commit

Permalink
search: disable logger inside go-retryablehttp
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdecaf committed Jan 27, 2025
1 parent 06f4b0f commit aeba73f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/search/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ func NewClient(httpClient *http.Client, baseAddress string) Client {

retryableclient := retryablehttp.NewClient()
retryableclient.HTTPClient = httpClient
retryableclient.Logger = nil // disable logging

return &client{
client: retryableclient,
Expand Down

0 comments on commit aeba73f

Please sign in to comment.