Skip to content

Commit d3db663

Browse files
committed
Sort log format fields alphabetically
1 parent 05cd0bd commit d3db663

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/log.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ log_format main_json escape=json
88
'"body_bytes_sent":"$body_bytes_sent",'
99
'"host":"$host",'
1010
'"http_connection":"$http_connection",'
11-
'"http_upgrade":"$http_upgrade",'
1211
'"http_referer":"$http_referer",'
12+
'"http_upgrade":"$http_upgrade",'
1313
'"http_user_agent":"$http_user_agent",'
1414
'"http_x_amzn_trace_id":"$http_x_amzn_trace_id",'
1515
'"http_x_forwarded_for":"$http_x_forwarded_for",'

0 commit comments

Comments
 (0)