Add a comment about where PHP error_log() output goes. #2680 by jefft · Pull Request #2681 · jetify-com/devbox
Summary
Per #2680, this adds a comment to the php plugin's devbox.d/php/php-fpm.conf explaining where to find error_log() output for PHP scripts running under PHP-FPM - because despite appearances, they do not go to the error_log file configured at the top:
[global] pid = ${PHPFPM_PID_FILE} error_log = ${PHPFPM_ERROR_LOG_FILE} daemonize = yes
It is a verbose comment, and arguably it's not our job to be educating numpties, but it would have helped me. I'll leave the call of including this up to you!
Community Contribution License
All community contributions in this pull request are licensed to the project
maintainers under the terms of the
Apache 2 License.
By creating this pull request, I represent that I have the right to license the
contributions to the project maintainers under the Apache 2 License as stated in
the
Community Contribution License.