diff --git a/agent/proxycfg/state.go b/agent/proxycfg/state.go index bf26173225..af6de2e312 100644 --- a/agent/proxycfg/state.go +++ b/agent/proxycfg/state.go @@ -1333,7 +1333,6 @@ func (s *state) handleUpdateIngressGateway(u cache.UpdateEvent, snap *ConfigSnap } snap.IngressGateway.TLSEnabled = gatewayConf.TLS.Enabled - s.logger.Info("got ingress config entry", gatewayConf.TLS.Enabled) snap.IngressGateway.TLSSet = true if err := s.watchIngressLeafCert(snap); err != nil {