nginx 打印详细请求
Posted rubekid
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了nginx 打印详细请求相关的知识,希望对你有一定的参考价值。
log_format main escape=json ‘{ "@timestamp": "$time_iso8601", ‘ ‘"remote_addr": "$remote_addr",‘ ‘"costime": "$request_time",‘ ‘"realtime": "$upstream_response_time",‘ ‘"status": $status,‘ ‘"x_forwarded": "$http_x_forwarded_for",‘ ‘"referer": "$http_referer",‘ ‘"request": "$request",‘ ‘"upstr_addr": "$upstream_addr",‘ ‘"bytes":$body_bytes_sent,‘ ‘"dm":$request_body,‘ ‘"agent": "$http_user_agent" }‘;
以上是关于nginx 打印详细请求的主要内容,如果未能解决你的问题,请参考以下文章
nginx---------------------------nginx日志详细分解
我的Android进阶之旅NDK开发之在C++代码中使用Android Log打印日志,打印出C++的函数耗时以及代码片段耗时详情