Reputation: 4977
I'd like to be able to watch the server log in Terminal when using MAMP in OSX. Does anyone have any pointers how to do this?
Thanks in advance.
Upvotes: 1
Views: 681
Reputation: 33749
In Terminal:
tail -f <your log file>
Also consider just opening the log in Console.app.
Upvotes: 5