Create separate php log file
Update php.ini, example
1error_log = /tmp/error_php
Then restart apache
Details in https://www.redips.net/php/log-errors-separate-file/
Update php.ini, example
1error_log = /tmp/error_php
Then restart apache
Details in https://www.redips.net/php/log-errors-separate-file/