projectcontour / contour-operator

Experimental repository to explore an operator for deploying Contour
Apache License 2.0
43 stars 34 forks source link

Allow the operator to configure the envoy log level #397

Open dprotaso opened 3 years ago

dprotaso commented 3 years ago

In our Knative serving e2e tests we override contour's envoy's loglevel to debug.

https://github.com/knative/serving/blob/main/test/config/ytt/ingress/contour/contour-loglevel.yaml

A quick glance at the operator I don't see an option to do this but it would be handy when tests fail.