Skip to content

Commit 6780b71

Browse files
Merge pull request #660 from zalando-incubator/worker/log-ingress-name
worker: log ingress details without matching certificate
2 parents f2f28dc + 71cf366 commit 6780b71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

worker.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ func matchIngressesToLoadBalancers(
432432
} else {
433433
certificateARNs = certs.FindMatchingCertificateIDs(ingress.Hostnames)
434434
if len(certificateARNs) == 0 {
435-
log.Errorf("No certificates found for %v", ingress.Hostnames)
435+
log.Errorf("No certificates found for hostnames %v of %s", ingress.Hostnames, ingress)
436436
continue
437437
}
438438
}

0 commit comments

Comments
 (0)