You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The idea is that the out of the box level of logging for istio components - Info - isn't flooding the logs with per request information (otherwise istio generates too many IOs)
But we merged the glog V(1), V(2) and Info into a single level
We should either add a Verbose level for V1,V2 (debug being V3+) or examine each Info to move per request logging to Debug... (which will get mixed with super floody Debug...)