Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save n8felton/9ddd41c2a6bf9faacf89cec3b128bac2 to your computer and use it in GitHub Desktop.
Save n8felton/9ddd41c2a6bf9faacf89cec3b128bac2 to your computer and use it in GitHub Desktop.
Enable unified logging system private data logging
<?xml version="1.0" encoding="UTF-8"?>
<!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>Enable unified logging system private data logging</string>
<key>PayloadIdentifier</key>
<string>com.apple.system.logging.enable-private-data.d75a7443-dd58-40ae-804e-e683190797a1</string>
<key>PayloadType</key>
<string>com.apple.system.logging</string>
<key>PayloadUUID</key>
<string>d75a7443-dd58-40ae-804e-e683190797a1</string>
<key>PayloadVersion</key>
<integer>1</integer>
<key>System</key>
<dict>
<key>Enable-Private-Data</key>
<true/>
</dict>
</dict>
</array>
<key>PayloadDescription</key>
<string>Enable unified logging system private data logging</string>
<key>PayloadDisplayName</key>
<string>Enable Logging</string>
<key>PayloadIdentifier</key>
<string>com.apple.system.logging.enable-private-data</string>
<key>PayloadRemovalDisallowed</key>
<false/>
<key>PayloadScope</key>
<string>System</string>
<key>PayloadType</key>
<string>Configuration</string>
<key>PayloadUUID</key>
<string>555ed553-5664-476a-baf4-c909fbf4eed9</string>
<key>PayloadVersion</key>
<integer>1</integer>
</dict>
</plist>
@n8felton
Copy link
Author

Note to future self: This gist is embedded in https://n8felton.wordpress.com/2022/04/18/alf-logging-macos-monterey.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment