Documentation for version v1.10.0 is no longer actively maintained. The version you are currently viewing is a static snapshot. For up-to-date documentation, see the latest version.
The envoy
command has a --log-level
flag that can be useful for debugging.
By default, it’s set to info
.
To change it to debug
, edit the envoy
DaemonSet in the projectcontour
namespace and replace the --log-level info
flag with --log-level debug
.
Setting the Envoy log level to debug
can be particilarly useful for debugging TLS connection failures.
Read our getting started documentation.