码迷,mamicode.com
首页 > 其他好文 > 详细

nginx访问日志格式

时间:2016-12-23 19:59:29      阅读:133      评论:0      收藏:0      [点我收藏+]

标签:log   access   

$time_iso8601 ISO8601标准格式下的本地时间。
$time_local 通用日志格式下的本地时间。


我们在配置访问日志的时候,一般都是按照默认格式,但是我觉得$time_local换成$time_iso8601更直观一些。


log_format  main  ‘$remote_addr - $remote_user $time_iso8601  "$request" ‘
                         ‘$status $body_bytes_sent "$http_referer" ‘
                         ‘"$http_user_agent" "$http_x_forwarded_for"‘;

access_log  logs/access.log  main;


本文出自 “Victor的奋斗历程” 博客,请务必保留此出处http://victor2016.blog.51cto.com/6768693/1885385

nginx访问日志格式

标签:log   access   

原文地址:http://victor2016.blog.51cto.com/6768693/1885385

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!