LogLevel用于调整记于Apache错误日志中的信息的详细程度。可以选择下列级别,依照重要性降序排列:
- 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 …”
当指定了特定级别时,所有级别高于它的信息也会同时报告。比如说,当指定了LogLevel info时,所有 notice和warn级别的信息也会被记录。建议至少要使用crit级别。
示例如下:LogLevel notice
本文Dao Blog - 道博客版权所有,可转载,但需注明出处:http://www.daoblog.com/apache-loglevel.html
下篇文章: Discuz SEO
上篇文章: 英文版Windows XP如何安装中文字体和中文输入法
"Apache LogLevel" was posted on Friday, November 7th, 2008 at 11:34 am.
发表评论


