diff --git a/pkg/handlers/generic/mutation/httpproxy/inject.go b/pkg/handlers/generic/mutation/httpproxy/inject.go index 87462cc1d..3276ebf49 100644 --- a/pkg/handlers/generic/mutation/httpproxy/inject.go +++ b/pkg/handlers/generic/mutation/httpproxy/inject.go @@ -100,7 +100,7 @@ func (h *httpProxyPatchHandler) Mutate( return err } if !found { - log.Info("http proxy variable not defined") + log.V(5).Info("http proxy variable not defined") return nil }