linux - apache如果格式化错误日志的所记录的时间
大家讲道理
大家讲道理 2017-04-17 11:43:15
0
1
219

apache的错误日志中所记录的时间很别扭,请问如何格式化呢?

[Wed Oct 11 14:32:52 2000] [error] [client 127.0.0.1] client denied by server configuration: /export/home/live/ap/htdocs/test

调整为

[2000/10/11 14:32:52] [error] [client 127.0.0.1] client denied by server configuration: /export/home/live/ap/htdocs/test
大家讲道理
大家讲道理

光阴似箭催人老,日月如移越少年。

全部回覆(1)
PHPzhong

更改httpd.conf中配置 LogFormat "%{%Y/%M/%d}t"%r" %>s %b" common
具體可參考mod_log_config和strftime的man page。

其中時間格式可以使用strftime的時間格式。

熱門教學
更多>
最新下載
更多>
網站特效
網站源碼
網站素材
前端模板
關於我們 免責聲明 Sitemap
PHP中文網:公益線上PHP培訓,幫助PHP學習者快速成長!