summary refs log tree commit diff
path: root/docs/usage/administration/request_log.md
diff options
context:
space:
mode:
authorDirk Klimpel <5740567+dklimpel@users.noreply.github.com>2023-01-11 11:47:44 +0100
committerGitHub <noreply@github.com>2023-01-11 10:47:44 +0000
commitbc7ca704ddc34a76fe9e3e1f895f459ac9ac7186 (patch)
tree19ecaafa7607fcd71c2cfce06740e7f39393a61d /docs/usage/administration/request_log.md
parentImplement MSC3925: changes to bundling of edits (#14811) (diff)
downloadsynapse-bc7ca704ddc34a76fe9e3e1f895f459ac9ac7186.tar.xz
Add `tag` to `listeners` documentation (#14803)
* Add `tag` to `listeners` documentation

* newsfile
Diffstat (limited to 'docs/usage/administration/request_log.md')
-rw-r--r--docs/usage/administration/request_log.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/usage/administration/request_log.md b/docs/usage/administration/request_log.md

index 7dd9969d86..292e3449f1 100644 --- a/docs/usage/administration/request_log.md +++ b/docs/usage/administration/request_log.md
@@ -10,10 +10,10 @@ See the following for how to decode the dense data available from the default lo ``` -| Part | Explanation | +| Part | Explanation | | ----- | ------------ | | AAAA | Timestamp request was logged (not received) | -| BBBB | Logger name (`synapse.access.(http\|https).<tag>`, where 'tag' is defined in the `listeners` config section, normally the port) | +| BBBB | Logger name (`synapse.access.(http\|https).<tag>`, where 'tag' is defined in the [`listeners`](../configuration/config_documentation.md#listeners) config section, normally the port) | | CCCC | Line number in code | | DDDD | Log Level | | EEEE | Request Identifier (This identifier is shared by related log lines)|