We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a527e26 commit 8fbeba3Copy full SHA for 8fbeba3
CHANGELOG.md
@@ -2,6 +2,7 @@
2
3
## 1.19.5-5
4
5
+* Add `http_x_amzn_trace_id` to json logging (for `X-Amzn-Trace-Id` header).
6
* Add `http_connection` to json logging (for `Connection` header).
7
* Fix "incorrect" spelling of header.
8
config/log.conf
@@ -10,6 +10,7 @@ log_format main_json escape=json
10
'"http_connection":"$http_connection",'
11
'"http_referer":"$http_referer",'
12
'"http_user_agent":"$http_user_agent",'
13
+ '"http_x_amzn_trace_id":"$http_x_amzn_trace_id",'
14
'"http_x_forwarded_for":"$http_x_forwarded_for",'
15
'"proxy_x_forwarded_port":"$proxy_x_forwarded_port",'
16
'"proxy_x_forwarded_proto":"$proxy_x_forwarded_proto",'
0 commit comments