Last active
October 4, 2021 23:58
-
-
Save henri/8e47a45752d4d16f111e0261fbac5d48 to your computer and use it in GitHub Desktop.
macOS logger cheat sheet
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
# show syslog style notice level (from logger process) | |
log stream --process logger --level notice --style syslog | |
# show syslog style debug level | |
log stream --process logger --level debug --style syslog | |
# show syslog style info level | |
log stream --process logger --level info --style syslog | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment