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:
8 changed files with 136 additions and 58 deletions
@@ -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.
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.