Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit f7a77ad

Browse files
authored
Update request log format documentation to mention the format used when the authenticated user is controlling another user. (#13794)
1 parent b73cbb8 commit f7a77ad

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

changelog.d/13794.doc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update request log format documentation to mention the format used when the authenticated user is controlling another user.

docs/usage/administration/request_log.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ See the following for how to decode the dense data available from the default lo
1212

1313
| Part | Explanation |
1414
| ----- | ------------ |
15-
| AAAA | Timestamp request was logged (not recieved) |
15+
| AAAA | Timestamp request was logged (not received) |
1616
| BBBB | Logger name (`synapse.access.(http\|https).<tag>`, where 'tag' is defined in the `listeners` config section, normally the port) |
1717
| CCCC | Line number in code |
1818
| DDDD | Log Level |
1919
| EEEE | Request Identifier (This identifier is shared by related log lines)|
2020
| FFFF | Source IP (Or X-Forwarded-For if enabled) |
2121
| GGGG | Server Port |
22-
| HHHH | Federated Server or Local User making request (blank if unauthenticated or not supplied) |
22+
| HHHH | Federated Server or Local User making request (blank if unauthenticated or not supplied).<br/>If this is of the form `@aaa:example.com|@bbb:example.com`, then that means that `@aaa:example.com` is authenticated but they are controlling `@bbb:example.com`, e.g. if `aaa` is controlling `bbb` [via the admin API](https://matrix-org.github.io/synapse/latest/admin_api/user_admin_api.html#login-as-a-user). |
2323
| IIII | Total Time to process the request |
2424
| JJJJ | Time to send response over network once generated (this may be negative if the socket is closed before the response is generated)|
2525
| KKKK | Userland CPU time |

0 commit comments

Comments
 (0)