1
0
mirror of https://github.com/go-acme/lego.git synced 2025-07-16 20:04:18 +02:00

fix(cli): remove extra debug logs (#2412)

This commit is contained in:
Ludovic Fernandez
2025-01-28 18:02:51 +01:00
committed by GitHub
parent 7d7bc7b044
commit 2e497ca928

View File

@ -69,6 +69,7 @@ func newClient(ctx *cli.Context, acc registration.User, keyType certcrypto.KeyTy
retryClient := retryablehttp.NewClient()
retryClient.RetryMax = 5
retryClient.HTTPClient = config.HTTPClient
retryClient.Logger = nil
config.HTTPClient = retryClient.StandardClient()