john doe
john doe

Reputation: 9660

How to Access System Log on Mac

I have this screenshot someone posted of System Log but I have no idea how to reach there.

enter image description here

Upvotes: 8

Views: 36175

Answers (3)

riodoro1
riodoro1

Reputation: 1256

If somebody is looking for how to access it without console.app then the files are in /var/log

Upvotes: 11

jojo
jojo

Reputation: 1145

The "Files" are located in the ~/Library/Logs/. To see a different user's logs, you have to sign in with that user's login.

To see the "Diagnostic and Usage Information" section, it's located in ~/Library/Logs/DiagnosticReports. Each crash log file is named with the name of the app or process that crashed, and the date. And sometimes the same log is shown in 2 or 3 places.

Upvotes: 3

Josep Valls
Josep Valls

Reputation: 5560

This screenshot is of the Console application. You can find it in /Applications/Utilities/Console.app

Upvotes: 2

Related Questions