diff --git a/internal/ingress/controller/template/template.go b/internal/ingress/controller/template/template.go index c0e34e2b75..1d463616a6 100644 --- a/internal/ingress/controller/template/template.go +++ b/internal/ingress/controller/template/template.go @@ -761,7 +761,7 @@ func isValidByteSize(input interface{}) bool { } if s == "" { - glog.Errorf("empty byte size, hence it will not be set.") + glog.V(2).Info("empty byte size, hence it will not be set") return false }