Question
Where are the global PHP-FPM logs located?
Answer
Depending upon the PHP version they are located in
/opt/cpanel/ea-phpXX/root/usr/var/log/php-fpm
replacing XX with the PHP version.
Example:
[root@cptestvm php-fpm]# pwd
/opt/cpanel/ea-php72/root/usr/var/log/php-fpm
[root@cptestvm php-fpm]# ls -al error.log
-rw------- 1 root root 56 Feb 14 03:42 error.log
[root@cptestvm php-fpm]#