# Enter here your log format (Must match your web server config. See setup
# instructions in documentation to know how to configure your web server to
# have the required log format).
# Possible values: 1,2,3,4 or "your_own_personalized_log_format"
# 1 - Apache or Lotus Notes/Domino native combined log format (NCSA combined/XLF/ELF log format)
# 2 - IIS or ISA format (IIS W3C log format). See FAQ-COM115 For ISA.
# 3 - Webstar native log format.
# 4 - Apache or Squid native common log format (NCSA common/CLF log format)
# With LogFormat=4, some features (browsers, os, keywords...) can't work.
# "your_own_personalized_log_format" = If your log is ftp, mail or other format,
# you must use following keys to define the log format string (See FAQ for
# ftp, mail or exotic web log format examples):
# %host Client hostname or IP address (or Sender host for mail log)
客户端主机名或IP地址(主机或发件人邮件日志)
# %host_r Receiver hostname or IP address (for mail log)
接收主机名或IP地址(邮件日志)
# %lognamequot Authenticated login/user with format: "john"
验证登录/用户格式:“JOHN”
# %logname Authenticated login/user with format: john
身份验证的登录/用户格式:约翰
# %time1 Date and time with format: [dd/mon/yyyy:hh:mm:ss +0000] or [dd/mon/yyyy:hh:mm:ss]
# %time2 Date and time with format: yyyy-mm-dd hh:mm:ss
# %time3 Date and time with format: Mon dd hh:mm:ss or Mon dd hh:mm:ss yyyy
# %time4 Date and time with unix timestamp format: dddddddddd
# %time5 Date and time with format iso: yyyy-mm-ddThh:mm:ss
#Method and URL with format: "GET /index.html HTTP/x.x"
一种使用格式字串的:的方法和URL的“GET/ index.html的HTTP/ XX”
# %methodurlnoprot Method and URL with format: "GET /index.html"
# %method Method with format: GET
# %url URL only with format: /index.html
只能使用格式:/ index.html的URL
# %query Query string (used by URLWithQuery option)
查询字符串(使用URLWithQuery选项)
# %code Return code status (with format for web log: 999)
返回代码状态(网络日志的格式:999)
# %bytesd Size of document in bytes
%bytesd的文件大小(以字节为单位)
# %refererquot Referer page with format: "http://from.com/from.htm"
引用页面格式:“http://from.com/from.htm”
# %referer Referer page with format: http://from.com/from.htm
# %uabracket User agent with format: [Mozilla/4.0 (compatible, ...)]
用户代理与格式:[Mozilla/4.0(兼容,...)]
# %uaquot User agent with format: "Mozilla/4.0 (compatible, ...)"
# %ua User agent with format: Mozilla/4.0_(compatible...)
# %email EMail sender (for mail log)
# %email_r EMail receiver (for mail log)
# %cluster If log file is provided from several computers (merged by
# logresolvemerge.pl), use this to define cluster id field.
# %extraX
# %other Means another not used field
# %otherquot Means another not used double quoted field
#
# Examples for Apache combined logs (following two examples are equivalent):
# LogFormat = 1
# LogFormat = "%host %other %logname %time1 %methodurl %code %bytesd %refererquot %uaquot"