Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save n8felton/3ee439c17eceb7ee39249a484e322922 to your computer and use it in GitHub Desktop.
Save n8felton/3ee439c17eceb7ee39249a484e322922 to your computer and use it in GitHub Desktop.
Enable ALF unified logging system private data
<?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 ALF unified logging system private data</string>
<key>PayloadIdentifier</key>
<string>com.apple.system.logging.enable-private-data.alf.dc1396d9-8cf0-4bd8-b917-2eb93fae6a35</string>
<key>PayloadType</key>
<string>com.apple.system.logging</string>
<key>PayloadUUID</key>
<string>dc1396d9-8cf0-4bd8-b917-2eb93fae6a35</string>
<key>PayloadVersion</key>
<integer>1</integer>
<key>Subsystems</key>
<dict>
<key>com.apple.alf</key>
<dict>
<key>DEFAULT-OPTIONS</key>
<dict>
<key>Enable-Private-Data</key>
<true/>
</dict>
</dict>
</dict>
</dict>
</array>
<key>PayloadDescription</key>
<string>Enable ALF unified logging system private data</string>
<key>PayloadDisplayName</key>
<string>Enable Logging (com.apple.alf)</string>
<key>PayloadIdentifier</key>
<string>com.apple.system.logging.enable-private-data.alf</string>
<key>PayloadRemovalDisallowed</key>
<false/>
<key>PayloadScope</key>
<string>System</string>
<key>PayloadType</key>
<string>Configuration</string>
<key>PayloadUUID</key>
<string>db2352fc-d6d4-4fc6-9f99-f46e929db719</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