日志配置

1.在桶列表找到对应的桶,点击[基础配置],如图所示

2.在[基础配置]页,找到[请求日志],点击设置

3.选择开启后,设置日志的存储位置和日志前缀即可。

Attention

配置完成后日志每 4 小时输出一次到对应的桶里,比如 16:00-17:00 的日志,会在 21:00 输出。

日志字段说明

1.日志文件命名为:

 <TargetPrefix><SourceBucket>-YYYY-mm-DD-HH-MM-SS
  • TargetPrefix: 用户指定的前缀;
  • SourceBucket: 对应产生日志的桶名;
  • YYYY-mm-DD-HH-MM-SS: 北京时间;

2.格式

$Remote IP $remote_user [$time_local] $request $status $body_bytes_sent $http_referer $http_user_agent $http_x_forwarded_for $request_time $content_length $http_orig_host $upstream_response_time

3.日志说明

日志文件内容为:

名称例子含义
Remote IP119.140.142.11请求发起的IP地址(Proxy代理或用户防火墙可能会屏蔽该字段)
remote_user/-经过Auth Basic Module验证的用户名,目前都是/-
time_local[02/May/2012:00:00:04 +0800]nos收到请求的时间
request“GET /yyimgs/OIyjdKV2d2rkPUZ7qbayZg==/3296335868860525?tostatic=0&imageView=&quality=75&thumbnail=90x90 HTTP/1.1“用户请求的URI(包括query-string)
status200nos返回的HTTP状态码
body_bytes_sent5576传送页面的字节数
http_refererhttp://nos.netease.com请求的HTTP Referer
http_user_agentAndroidHTTP的User-Agent头
http_x_forwarded_for18.25.10.36http头中x_forwarded_for的IP信息
request_time (s)0.064整个请求所耗费的时间
content_length2000用户请求所携带的字节数
http_orig_hostp1.music.126.net发送请求最原始的host
upstream_response_time (s)0.063nos处理该请求的时间