Table of Contents
There are 4 different types of PHP logs on MageStack
- PHP Error log
- PHP Daemon log
- PHP Slow log
- 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
- Location:
/microcloud/logs_ro/webX/php-error-YYYY-MM-DD.log.gz
- Location: Kibana: https://kibana.magestack.com/#/dashboard/file/web.json
PHP Slow log
Disabled by default, but this will log any PHP files that take greater than X
seconds to execute
- Location:
/microcloud/logs_ro/webX/php-slow-YYYY-MM-DD.log.gz
- Location: Kibana: https://kibana.magestack.com/#/dashboard/file/web.json
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