PHP Logging

PHP logging can be set on a per server level, or at the website level.

Set server Level PHP Logging

  • Click Servers in the left hand side menu
  • Click the server in the list that you wish to adjust the PHP logging settings on
  • Click Application Role then click Settings
  • Scroll down to PHP Settings and click Add Directive

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

For example:

            error_reporting = E_ALL
error_log = error_log
log_errors = 1