Enable Debug Log For Consul Mesh API Gateway

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

I was able to enable logging by doing the port-forward to api pod on 19000 then running curl to post the debug

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.