PHP logging can be set at the at the website level.
WebSIte Level PHP Logging
- Click Advanced in the UI on the top menu, right side
- Click on Developer Tools in sub menu
- 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