github.com/projectcontour/contour@v1.28.2/site/content/docs/v1.15.1/troubleshooting/envoy-debug-log.md (about) 1 # Enabling Envoy Debug Logging 2 3 The `envoy` command has a `--log-level` [flag][1] that can be useful for debugging. 4 By default, it's set to `info`. 5 To change it to `debug`, edit the `envoy` DaemonSet in the `projectcontour` namespace and replace the `--log-level info` flag with `--log-level debug`. 6 Setting the Envoy log level to `debug` can be particilarly useful for debugging TLS connection failures. 7 8 [1]: https://www.envoyproxy.io/docs/envoy/latest/operations/cli