need to view console log history- only goes back a week...

Joined
Nov 14, 2012
Messages
2,229
Reaction score
101
Hi,
Possibly try this.

Type syslog -C in Terminal
Or if you would like to save this information in a text file, you can do this:
syslog -C > /Desktop/console.log.

This command should show all your previous inputs into terminal, so you might see what you did.

history | less

And you should be able to open that file in text editor, but I would not alter it.
 
Last edited:

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top