Hi Quinn, I do not log anything; there are no prints, no NSLogs, and no OSLogs in my code at all. These logs are coming from my process but they are coming from the com.apple.networkextension subsystem.
I tried adding the OSLogPreferences key in the info.plist of my ProxyProvider target as follows:
but it is still logging in the Unified Logging System the hostnames and ports of the websites the user is visiting. Have I specified the key correctly?
I have also tried with a production configuration build signed using a Developer ID certificate, and I am still seeing the logs from the com.apple.networkextension subsystem.