github.com/projectcontour/contour@v1.28.2/site/content/docs/v1.15.1/troubleshooting/contour-debug-log.md (about) 1 # Enabling Contour Debug Logging 2 3 The `contour serve` subcommand has two command-line flags that can be helpful for debugging. 4 The `--debug` flag enables general Contour debug logging, which logs more information about how Contour is processing API resources. 5 The `--kubernetes-debug` flag enables verbose logging in the Kubernetes client API, which can help debug interactions between Contour and the Kubernetes API server. 6 This flag requires an integer log level argument, where higher number indicates more detailed logging.