istio / ztunnel

The `ztunnel` component of ambient mesh
Apache License 2.0
308 stars 101 forks source link

logging: minor tweaks to debugging #1328

Closed howardjohn closed 1 month ago

howardjohn commented 1 month ago

While debugging an issue (which was not a real issue, it turns out), I was quite confused by the logs. This is mostly around not logging service xds operations, and doing some confusing remove calls (which handles both svc and workload) when we know its a workload. This just cleans things upa bit