PHP-FPM not writing to error log
I've configured error logging for php in /etc/php/fpm/pool.d/mysite.conf as:
php_admin_value[error_log] = fpm-php.mysite.log
php_admin_flag[log_errors] = on
but this file isn't created and if I create it manually it doesn't get errors logged.
I read about a bug here:
Any suggestions?