See MAMP logs in Console

By default, MAMP error logs won't show up in the Mac console. (console.app). You can symlink them like this to make them show up:

cd ~/Library/Logs
ln -s /Applications/MAMP/logs/php_error.log MAMP_php_error.log
ln -s /Applications/MAMP/logs/apache_error.log MAMP_apache_error.log
ln -s /Applications/MAMP/logs/mysql_error_log.err MAMP_mysql_error_log.err

Article Type

General