Monday, September 21, 2009

How to show your MAMP logs within a widget

If you are tired of checking your MAMP error logs within the console you maybe should have a look at this tiny little widget: Syslog viewer. Syslog viewer allows you to add several Pathes to different log files which are then shown at one screen.

The Pathes for MAMP are by default:

Apache/Applications/MAMP/logs/apache_error_log
MySQL/Applications/MAMP/logs/mysql_error_log.err
PHP/Applications/MAMP/logs/php_error.log

Share/Save/Bookmark

4 Kommentare:

  1. Cool! Thank you.

    ReplyDelete
  2. Awesome - Thank you, works a treat, but I had to create a php_error.log file manually. Obviously haven't made any errors yet :-)

    ReplyDelete
  3. Hey! you have a little mistake in Apache error log path!:

    you have:
    /Applications/MAMP/logs/apache_error_log

    and it should be:
    /Applications/MAMP/logs/apache_error.log

    (Final dot for extension)

    ReplyDelete
  4. JavierCane - check the folder - the originally posted path - /Applications/MAMP/logs/apache_error_log - is correct here

    ReplyDelete