Php.ini error_log not respected

I’m trying to configure php’s error_log path, via .\cfg\php-ini-5.6. I’ve created an .ini file there & can set other values, so I know PHP is picking up the .ini. However, no matter what value I set for error_log, phpinfo() always ignores it & just shows /var/log/php/php-fpm.error.

I would like to set a path like error_log = “${DOCUMENT_ROOT}/error_log.log”. How can I get DevilBox to respect the value set for error_log - or otherwise put the log in each project’s respective docroot?

Thanks in advance :slight_smile: