From 4e9196567d4a77fd31b952013065c5503610771d Mon Sep 17 00:00:00 2001 From: chensunny <422483993@qq.com> Date: Mon, 5 Aug 2019 10:08:16 +0800 Subject: [PATCH] change log format example change log format example --- docs/user-guide/nginx-configuration/configmap.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/user-guide/nginx-configuration/configmap.md b/docs/user-guide/nginx-configuration/configmap.md index 1a8b7dbad0..a01805356f 100755 --- a/docs/user-guide/nginx-configuration/configmap.md +++ b/docs/user-guide/nginx-configuration/configmap.md @@ -361,6 +361,7 @@ Sets the nginx [log format](http://nginx.org/en/docs/http/ngx_http_log_module.ht Example for json output: ```console + log-format-upstream: '{ "time": "$time_iso8601", "remote_addr": "$proxy_protocol_addr", "x-forward-for": "$proxy_add_x_forwarded_for", "request_id": "$req_id", "remote_user": "$remote_user", "bytes_sent": $bytes_sent, "request_time": $request_time, "status":