File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
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
+
3
9
## 1.19.5-4
4
10
5
11
* Renamed ` main ` logging format to ` main_default ` .
Original file line number Diff line number Diff line change @@ -7,8 +7,10 @@ log_format main_json escape=json
7
7
'{'
8
8
'"body_bytes_sent":"$body_bytes_sent",'
9
9
'"host":"$host",'
10
- '"http_referrer":"$http_referer",'
10
+ '"http_connection":"$http_connection",'
11
+ '"http_referer":"$http_referer",'
11
12
'"http_user_agent":"$http_user_agent",'
13
+ '"http_x_amzn_trace_id":"$http_x_amzn_trace_id",'
12
14
'"http_x_forwarded_for":"$http_x_forwarded_for",'
13
15
'"proxy_x_forwarded_port":"$proxy_x_forwarded_port",'
14
16
'"proxy_x_forwarded_proto":"$proxy_x_forwarded_proto",'
You can’t perform that action at this time.
0 commit comments