autocert: remove log (#2584)

This commit is contained in:
Caleb Doxsey 2021-09-10 06:23:32 -06:00 committed by GitHub
parent 62ac580a57
commit 4720199d59
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -166,7 +166,7 @@ func (mgr *Manager) renewConfigCerts(ctx context.Context) error {
for _, domain := range sourceHostnames(cfg) {
cert, err := cm.CacheManagedCertificate(domain)
if err != nil {
log.Error(ctx).Err(err).Str("domain", domain).Msg("get cert")
// this happens for unmanaged certificates
continue
}
if cert.NeedsRenewal(cm) {