Apache LogLevel
RSS

Apache LogLevel

类别: 杂七杂八   时间: 2008-11-07   标签:

LogLevel用于调整记于Apache错误日志中的信息的详细程度。可以选择下列级别,依照重要性降序排列:

  1. emerg 紧急 - 系统无法使用。例: “Child cannot open lock file. Exiting”
  2. alert 必须立即采取措施。例: “getpwuid: couldn’t determine user name from uid”
  3. crit 致命情况。例: “socket: Failed to get a socket, exiting child”
  4. error 错误情况。 例:”Premature end of script headers”
  5. warn 警告情况。例: “child process 1234 did not exit, sending another SIGHUP”
  6. notice 一般重要情况。例: “httpd: caught SIGBUS, attempting to dump core in …”
  7. info 普通信息。例: “Server seems busy, (you may need to increase StartServers, or Min/MaxSpareServers)…”
  8. debug 出错级别信息 例: “Opening config file …”

当指定了特定级别时,所有级别高于它的信息也会同时报告。比如说,当指定了LogLevel info时,所有 notice和warn级别的信息也会被记录。建议至少要使用crit级别。

示例如下:LogLevel notice

Bluehost.com Web Hosting $6.95

本文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.

发表评论

 
最新文章
随机文章