# 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:
- Open Websites in the left side bar
- Click Manage on the website you would like to view the PHP error logs for
- Select Advanced then Developer tools
- 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.