I'd like to be able to watch the s开发者_运维技巧erver log in Terminal when using MAMP in OSX. Does anyone have any pointers how to do this?
Thanks in advance.
In Terminal:
tail -f <your log file>
Also consider just opening the log in Console.app.
I'd like to be able to watch the s开发者_运维技巧erver log in Terminal when using MAMP in OSX. Does anyone have any pointers how to do this?
Thanks in advance.
In Terminal:
tail -f <your log file>
Also consider just opening the log in Console.app.
精彩评论