Reading syslog output on a Mac

Better Stack Team
Updated on November 16, 2022

Same as Linux, MacOS saves system logs into a syslog file. This location of the syslog is /var/log/system.log. On newer MacOS versions, you will find the log at /private/var/log/system.log

You can always check the manual using the man command. For example:

 
man syslog

Monitoring syslog

You can monitor syslog using the following command:

 
tail -f /var/log/system.log

To display the whole file, run the following command:

 
cat /var/log/system.log
Got an article suggestion? Let us know
Explore more
Licensed under CC-BY-NC-SA

This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.

We are hiring.

Software is our way of making the world a tiny bit better. We build tools for the makers of tomorrow.

Explore all positions →