istio logging level missing a level between info and debug or need to move a lot of logging to debug:
moving the discussion from #2240 here
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...)
cc @ZackButcher @geeknoid @mandarjog
istio logging level missing a level between info and debug or need to move a lot of logging to debug:
moving the discussion from #2240 here
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...)
cc @ZackButcher @geeknoid @mandarjog