Apache 日志记录相关设置
程序员文章站
2022-04-25 13:53:48
...
# LogLevel: Control the number of messages logged to the error_log.
# Possible values include: debug, info, notice, warn, error, crit,
# alert, emerg.
#
LogLevel warn
=====================
其中,LogLevel用于调整记于错误日志中的信息的详细程度。(参阅ErrorLog指令)。可以选择下列级别,依照重要性降序排列:
上一篇: 用php读取xml数据_PHP教程
下一篇: 07. 分页写法小结