PHP Application Error Logs

There are 4 different types of PHP logs on MageStack

  1. PHP Error log
  2. PHP Daemon log
  3. PHP Slow log
  4. PHP Suhosin Security log

PHP Error log

This is per domain group and shows PHP syntax errors at the application level for the domain group

  • Location: /microcloud/domains/example/logs/php-error.log
    Replace example as necessary

PHP Daemon log

This shows service errors, thread exit/creation - but rarely syntax or application level errors

PHP Slow log

Disabled by default, but this will log any PHP files that take greater than X seconds to execute

PHP Suhosin log

This is per domain group and shows PHP security errors at the application level for the domain group

  • Location: /microcloud/domains/example/logs/suhosin.log
    Replace example as necessary