Hi All,
I am able to turn on the debug for the Envoy sidecar via:
curl -X POST http://localhost:19000/logging\?paths\=upstream:debug,http:debug,router:debug,config:debug
or:
connectInject:
enabled: true
envoyExtraArgs: “–component-log-level upstream:debug,http:debug,router:debug,config:debug”
but how do I turn on the debug logging for the API Gateway (consul-dataplane/Envoy)?
My setup:
consul mesh/apigatway version: 1.17.X
Thanks!
~K