首页 > 网站 > Apache > 正文

Apache配置文件里的LogLevel指令介绍

2024-08-27 18:28:59
字体:
来源:转载
供稿:网友

loglevel 指令

说明:

控制错误日志的详细程度

语法:

loglevel 级别

默认值:

loglevel warn

上下文:

服务器配置, 虚拟主机

状态:

核心

模块:

core

loglevel用于调整记于错误日志中的信息的详细程度。(参阅errorlog指令)。可以选择下列级别,依照重要性降序排列:

level

description

example

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

商业源码热门下载www.html.org.cn

发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表