Nginx和嘈杂的PHP错误日志

Nginx和嘈杂的PHP错误日志,php,nginx,Php,Nginx,每当发生PHP错误或在Nginx/PHP-FPM服务器上的PHP中使用error_log()函数时,日志条目的格式始终为: <TIMESTAMP> 506#0: *66699 FastCGI sent in stderr: "PHP message: <MESSAGE FROM PHP SCRIPT>" while reading response header from upstream, client: xx.xx.xx.xx, server: <SERVER&

每当发生PHP错误或在Nginx/PHP-FPM服务器上的PHP中使用error_log()函数时,日志条目的格式始终为:

<TIMESTAMP> 506#0: *66699 FastCGI sent in stderr: "PHP message: <MESSAGE FROM PHP SCRIPT>" while reading response header from upstream, client: xx.xx.xx.xx, server: <SERVER>, request: "<HTTP CALL>", upstream: "fastcgi://unix:/var/run/php5-fpm.sock:", host: "<HOST>", referrer: "<REFERRAL>"
506#0:*66699 FastCGI在标准中发送:“PHP消息:”从上游读取响应头时,客户端:xx.xx.xx.xx,服务器:,请求:,上游:fastcgi://unix:/var/run/php5-fpm.sock:,主机:,推荐人:“
有没有办法让它更干净,这样就不会像Apache记录错误那样有太多多余的文本?例如:

<TIMESTAMP>, <IP> <PHP MESSAGE>, <REFERRAL>