Hello everyone,
I am following the SDS tutorial and was checking out the node-agent code.
Is there a way I can turn on the debug mode for the node-agent.
I am talking about the following code:
Please, let me know how to turn the debug mode for the node-agent.
You can do a port-forwarding on port 9876.
deyang
3
can you provide the details?
You can do something like
kube port-foward <node-agent-pod> 9876 -n istio-system
, then go to localhost:9876/scopez on your machine and change the logging level.