Skip to content

Commit 6296639

Browse files
therealkevinardMo3m3n
authored andcommitted
BUG/MINOR: process template placeholders in log line
1 parent fefb694 commit 6296639

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controller/status/ingress.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ func getServiceAddresses(service *corev1.Service, curAddr *[]string) (updated bo
7979
}
8080

8181
func updateIngressStatus(client *kubernetes.Clientset, ingress *store.Ingress, addresses []string) (err error) {
82-
logger.Trace("Updating status of Ingress %s/%s", ingress.Namespace, ingress.Name)
82+
logger.Tracef("Updating status of Ingress %s/%s", ingress.Namespace, ingress.Name)
8383
var lbi []corev1.LoadBalancerIngress
8484
for _, addr := range addresses {
8585
if net.ParseIP(addr) == nil {

0 commit comments

Comments
 (0)