Created
April 18, 2022 20:49
-
-
Save n8felton/3ee439c17eceb7ee39249a484e322922 to your computer and use it in GitHub Desktop.
Enable ALF unified logging system private data
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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