mirror of
https://github.com/go-acme/lego.git
synced 2025-07-16 03:44:18 +02:00
fix(cli): remove extra debug logs (#2412)
This commit is contained in:
committed by
GitHub
parent
7d7bc7b044
commit
2e497ca928
@ -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()
|
||||
|
||||
|
Reference in New Issue
Block a user