# 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
Logs are located in php-error.log in the website home dir.
# Disabled PHP logging
To turn off error logging, add a php.ini directive for error_log which is set to /dev/null.