Skip to content

Instantly share code, notes, and snippets.

@paulmars
Last active December 10, 2015 19:08
Show Gist options
  • Select an option

  • Save paulmars/4479432 to your computer and use it in GitHub Desktop.

Select an option

Save paulmars/4479432 to your computer and use it in GitHub Desktop.
Testing launchctrl processes
1. set the launcdctr log level to debug
sudo launchctl log level debug
other levels: (debug, info, notice, warning, error, critical, alert, emergency)
2. Tail the system.log
tail -f /var/log/system.log
3. set the launcdctr log level back to error
sudo launchctl log level error
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment