Console.app shows a lot of logs from NEFilterPacketInterpose when you use a Network Extension (possibly a NEFilterPacketProvider) repeatedly.
I'm a bit worried by these from a performance point of view considering that:
Questions:
I'm a bit worried by these from a performance point of view considering that:
there is a huge number of them over time.
turning off developer mode via systemextensionsctl does not appear to disable those logs.
these logs are printed for release flavors of NEs not just debug flavors.
Questions:
Is this pointless worrying and it does not have any impact on performances?
Is there a way to turn them off (not just filter them in Console.app)?