jerome
jerome

Reputation: 4977

MAMP show server logging in Terminal

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

Answers (1)

John Flatness
John Flatness

Reputation: 33749

In Terminal:

tail -f <your log file>

Also consider just opening the log in Console.app.

Upvotes: 5

Related Questions