You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 26, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: docs/usage/administration/request_log.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ See the following for how to decode the dense data available from the default lo
28
28
| NNNN | Total time waiting for response to DB queries across all parallel DB work from this request |
29
29
| OOOO | Count of DB transactions performed |
30
30
| PPPP | Response body size |
31
-
| QQQQ | Response status code (prefixed with ! if the socket was closed before the response was generated)|
31
+
| QQQQ | Response status code<br/>Suffixed with `!` if the socket was closed before the response was generated.<br/>A `499!` status code indicates that Synapse also cancelled request processing after the socket was closed.<br/>|
32
32
| RRRR | Request |
33
33
| SSSS | User-agent |
34
34
| TTTT | Events fetched from DB to service this request (note that this does not include events fetched from the cache) |
0 commit comments