编写php fpm 7.2错误日志的问题

时间:2019-05-09 15:09:53

标签: error-logging php-7.2 error-log fpm

我已经完成NginxPhp Fpm 7.2的设置,我想将fpm worker错误输出写入文件,为此我做了以下更改:

/etc/php/7.2/fpm/pool.d/www.conf

catch_workers_output = yes
php_admin_value[error_log] = /var/log/php/fpm-error.log
php_admin_flag[log_errors] = on

创建了/var/log/php/fpm-error.log文件并给出了chown www-data:www-data,但我没有任何运气。我已经在StackOverflow中提到了this问题,但所做的更改在我已经完成的不同答案中都提到过。

编辑:

每当我停止并启动fpm时,这些日志就会记录在/var/log/upstart/php7.2-fpm.log

0 个答案:

没有答案