New proxy logging field for wire status

Capture the on the wire status code for logging because we change the
logged status code sometimes.

Closes-Bug: #1896518
Change-Id: I27feabe923a6520e983637a9c68a19ec7174a0df
This commit is contained in:
Clay Gerrard
2020-10-01 14:28:04 -05:00
committed by Tim Burke
parent 4236a6efa3
commit fb08d477eb
8 changed files with 136 additions and 58 deletions

View File

@@ -93,6 +93,9 @@ container The container part extracted from the path of the request.
object The object part extracted from the path of the request.
(anonymizable)
pid PID of the process emitting the log line.
wire_status_int The status sent to the client, which may be different than
the logged response code if there was an error during the
body of the request or a disconnect.
=================== ==========================================================
In one log line, all of the above fields are space-separated and url-encoded.