Skip to content

Instantly share code, notes, and snippets.

@israelshirk
Created January 12, 2025 21:45
Show Gist options
  • Save israelshirk/8ea48b1ceb974415abd7436f271ed3c6 to your computer and use it in GitHub Desktop.
Save israelshirk/8ea48b1ceb974415abd7436f271ed3c6 to your computer and use it in GitHub Desktop.
apple ios unified logging enable logging of private data
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>PayloadContent</key>
<array>
<dict>
<key>PayloadDisplayName</key>
<string>ManagedClient logging</string>
<key>PayloadEnabled</key>
<true/>
<key>PayloadIdentifier</key>
<string>com.apple.system.logging.ED5DE307-A5FC-434F-AD88-187677F02222</string>
<key>PayloadType</key>
<string>com.apple.system.logging</string>
<key>PayloadUUID</key>
<string>ED5DE307-A5FC-434F-AD88-187677F02222</string>
<key>PayloadVersion</key>
<integer>1</integer>
<key>System</key>
<dict>
<key>Enable-Private-Data</key>
<true/>
</dict>
</dict>
</array>
<key>PayloadDescription</key>
<string>Show &lt;private&gt; logs</string>
<key>PayloadDisplayName</key>
<string>Enable Unified Log Private Data</string>
<key>PayloadIdentifier</key>
<string>com.georgegarside.profile.logprivate</string>
<key>PayloadOrganization</key>
<string>georgegarside.com</string>
<key>PayloadRemovalDisallowed</key>
<false/>
<key>PayloadType</key>
<string>Configuration</string>
<key>PayloadUUID</key>
<string>6B7F26FC-7F35-4568-8084-573AAC179BA1</string>
<key>PayloadVersion</key>
<integer>1</integer>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment