I\'m creating logs using Apple\'s os.log
framework. I\'m just making logs like:
os_log(\"Update: Lat: %{public}f | Long: %{private}f | Remaini
After following the suggestions of this answer I was able to redirect the logs into the documents directory for my app's sandbox, then I was able to download my container/sandbox using this answer.
Once I clicked on show package contents I had this:
I opened the log files using console and the results I got were:
The Longitude should have showed up as private
but since I had it ran through Xcode ie debug mode still the field was rendered public.
system_logs.logarchive
with Console.appNote: Searching and filtering is quite slow. Sometimes it takes 2 minutes. It might help if you filter out the dates you don't care about. You can do that by using the filer at the bottom. You have to wait until the loading archive spinner at the bottom right is done loading