PHP Logging

PHP logging can be set at the at the website level.

WebSIte Level PHP Logging

  1. Click Advanced in the UI on the top menu, right side
  2. Click on Developer Tools in sub menu
  3. Adjust the PHP.INI settings

The directives you will need to edit (or add) are:

error_reporting = E_ALL
error_log = error_log
log_errors = 1