apache错误日志-按类型分析php错误
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了apache错误日志-按类型分析php错误相关的知识,希望对你有一定的参考价值。
drop the prefix fields and sort , profile by type
sed 's/^[.*] //' /var/log/httpd/error_log | awk -F: ' { print $1 } ' | grep -v ^script | sort | uniq -c sed 's/^[.*] //' /var/log/httpd/error_log | sort | uniq -c | sort -k1 -nr | head -50
以上是关于apache错误日志-按类型分析php错误的主要内容,如果未能解决你的问题,请参考以下文章
2 台相同服务器上的 PHP 错误:一个记录到 php 错误日志,另一个记录 apache 错误日志