apache错误日志记录有好几个分级,根据级别不同记录的日志量不同,消耗系统资源也不相同,LogLevel用于调整记录错误日志中的信息的详细程度。
apache默认级别是warn,warn级别以上的日志都会记录,会产生大量“文件不存在”的erro级别的错误日志。建议使用 crit 级别的设置,这样只记录致命级别以上的日志,有效减少日志数量。
修改方式:
编辑httpd.conf文件,找到 LogLevel 这行进行修改,默认级别是warn
级别依照重要性降序排列:
emerg 紧急 - 系统无法使用。 "Child cannot open lock file. Exiting"
alert 必须立即采取措施。 "getpwuid: couldn't determine user name from uid"
crit 致命情况。 "socket: Failed to get a socket, exiting child"
error 错误情况。 "Premature end of script headers"
warn 警告情况。 "child process 1234 did not exit, sending another SIGHUP"
notice 一般重要情况。 "httpd: caught SIGBUS, attempting to dump core in ..."
info 普通信息。 "Server seems busy, (you may need to increase StartServers, or Min/MaxSpareServers)..."
debug 出错级别信息 "Opening config file ..."
» 本文链接地址:https://blog.mydns.vip/3657.html
最新评论
麻烦发下检测工具
让我下载
非常好