From 1ad9ef6d93d444bef76ce98c5e3caaf3daa2ee4d Mon Sep 17 00:00:00 2001 From: "Alexander \"PapaTutuWawa" Date: Mon, 1 Jan 2024 01:21:24 +0100 Subject: [PATCH] feat: Log new certificates using info --- acme.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/acme.go b/acme.go index 70d309a..63be4fa 100644 --- a/acme.go +++ b/acme.go @@ -265,7 +265,7 @@ func makeTlsConfig(pagesDomain, path string, acmeClient *lego.Client) *tls.Confi defer unlockDomain(domain) // Request new certificate - log.Debugf("Obtaining new certificate for %s...", domain) + log.Infof("Obtaining new certificate for %s...", domain) err := ObtainNewCertificate( []string{domain}, path, @@ -284,7 +284,6 @@ func makeTlsConfig(pagesDomain, path string, acmeClient *lego.Client) *tls.Confi return cert.TlsCertificate, nil } - log.Debugf("TLS ServerName: %s", info.ServerName) return Certificates.FallbackCertificate.TlsCertificate, nil }, NextProtos: []string{