码迷,mamicode.com
首页 > Web开发 > 详细

开启php-fpm php错误日志

时间:2019-08-09 13:41:23      阅读:126      评论:0      收藏:0      [点我收藏+]

标签:erro   start   ice   mct   配置   开启   out   记录   rest   

进行如下的设置就能查看到nginx下php-fpm不记录php错误日志的方法:

1,修改php-fpm.conf中的配置,如果没有请增加:

复制代码 代码如下:

[global]
error_log = log/php_fpm.log
[www]
catch_workers_output = yes


2.修改php.ini中配置,没有则增加:

复制代码 代码如下:

log_errors = On
error_log = log/php_error_log
error_reporting=E_ALL&~E_NOTICE

error_reporting=E_ALL & ~E_DEPRECATED & ~E_STRICT

3.重启php-fpm

systemctl restart php-fpm

当PHP执行错误时就能看到错误日志在”/usr/local/php/var/log/php_error_log”中了

开启php-fpm php错误日志

标签:erro   start   ice   mct   配置   开启   out   记录   rest   

原文地址:https://www.cnblogs.com/ethanw97m/p/11326543.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!