Skip to Content
PHP Logging

PHP Logging

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

Set server Level PHP Logging

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

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

error_reporting 

error_log 

log_errors 

For example,

error_reporting = E_ALL
error_log = error_log
log_errors = 1

Last updated on