Skip to content

Instantly share code, notes, and snippets.

@henri
Last active October 4, 2021 23:58
Show Gist options
  • Save henri/8e47a45752d4d16f111e0261fbac5d48 to your computer and use it in GitHub Desktop.
Save henri/8e47a45752d4d16f111e0261fbac5d48 to your computer and use it in GitHub Desktop.
macOS logger cheat sheet
# 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