Skip to content

Instantly share code, notes, and snippets.

@dlevi309
Last active April 9, 2021 09:46
Show Gist options
  • Save dlevi309/17214b25338cc616c2f6e07f9ef81377 to your computer and use it in GitHub Desktop.
Save dlevi309/17214b25338cc616c2f6e07f9ef81377 to your computer and use it in GitHub Desktop.
Script to stream Apple Configurator console logs. Hold down the shift key while launching Apple Configurator to enable debug logging
#! /bin/bash
log stream --style compact --color=auto --predicate 'process == "Apple Configurator 2"' --predicate 'process == "com.apple.configurator.xpc.DeviceService"' --predicate 'process == "com.apple.configurator.xpc.AirTrafficService"' --predicate 'process == "com.apple.configurator.xpc.InternetService"'
# Launch Apple Configurator while holding down on the shift key to enable debug logging
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment