# PHP Logging

PHP logging is enabled by default on a website level.

PHP logging abides by hardisk quota limits set on a website basis.

# PHP logs

PHP error logs can be viewed from the Enhance UI or in the website's home dir.

# PHP error logs in UI

To view PHP error logs in teh Enhance UI:

  1. Open Websites in the left side bar
  2. Click Manage on the website you would like to view the PHP error logs for
  3. Select Advanced then Developer tools
  4. Locate the PHP card and scroll to php-error.log

# Disabled PHP logging

  • To turn off PHP-error logging, add a php.ini directive for error_log which is set to /dev/null.