diff options
author | jinquanni <ni.jinquan@zte.com.cn> | 2020-11-23 12:55:10 +0800 |
---|---|---|
committer | jinquanni <ni.jinquan@zte.com.cn> | 2020-11-23 13:01:45 +0800 |
commit | 7d679083fa7e2034d9d188d0fb0d41a576889554 (patch) | |
tree | 6afb788acd65940c6c9cd0f711a5e70fbac30c8d /nginx-ext-consul | |
parent | 93d71abd86fa4874a3a44cb5dcd97e4a7b4f1a26 (diff) |
nginx in discovery deletes useless log printing
Issue-ID: MSB-540
Signed-off-by: Jinquan Ni <ni.jinquan@zte.com.cn>
Change-Id: I6e60fc7fdb285a975d439698412385134dd9e2f1
Diffstat (limited to 'nginx-ext-consul')
-rw-r--r-- | nginx-ext-consul/src/assembly/resources/nginx/conf/nginx.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nginx-ext-consul/src/assembly/resources/nginx/conf/nginx.conf b/nginx-ext-consul/src/assembly/resources/nginx/conf/nginx.conf index aec103f..ee220e2 100644 --- a/nginx-ext-consul/src/assembly/resources/nginx/conf/nginx.conf +++ b/nginx-ext-consul/src/assembly/resources/nginx/conf/nginx.conf @@ -32,7 +32,7 @@ http { include mime.types; #default_type text/html; - log_format main '$remote_addr - $remote_user [$time_local] $request_id "$request" ' + log_format main '$remote_addr - $remote_user [$time_local] "$request" ' '$status request_processing_time:$request_time upstream_response_time:$upstream_response_time ' '"$http_referer" "$http_user_agent" "$http_x_forwarded_for"'; |