Skip to content

Commit

Permalink
Updated log format
Browse files Browse the repository at this point in the history
  • Loading branch information
jcortejoso authored Jul 31, 2023
1 parent 4fcc463 commit fc03273
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/helm-charts/kong/values-clabs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ kong:
- name: KONG_ADMIN_ACCESS_LOG
value: /dev/stdout geth
- name: KONG_NGINX_HTTP_LOG_FORMAT
value: geth '$remote_addr - $remote_user [$time_local] "$request" status=$status request_time=$request_time upstream_response_time=$upstream_response_time body_bytes_sent=$body_bytes_sent http_referer="$http_referer" http_user_agent="$http_user_agent" http_x_forwarded_for="$http_x_forwarded_for" "$remote_addr"'
value: geth escape=json '$remote_addr - $remote_user [$time_local] "$request" status=$status request_time=$request_time upstream_response_time=$upstream_response_time body_bytes_sent=$body_bytes_sent http_referer="$http_referer" http_user_agent="$http_user_agent" http_x_forwarded_for="$http_x_forwarded_for" "$remote_addr" $request_body'

0 comments on commit fc03273

Please sign in to comment.