This is the documentation for the latest development version of Contour. Both code and docs may be unstable, and these docs are not guaranteed to be up to date or correct. 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.