开发者

MAMP show server logging in Terminal

开发者 https://www.devze.com 2023-02-15 00:00 出处:网络
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?

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消