Last active
December 10, 2015 19:08
-
-
Save paulmars/4479432 to your computer and use it in GitHub Desktop.
Testing launchctrl processes
This file contains hidden or 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
| 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