mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-01 20:46:07 -04:00
Add tag
to listeners
documentation (#14803)
* Add `tag` to `listeners` documentation * newsfile
This commit is contained in:
parent
06ab64f201
commit
bc7ca704dd
3 changed files with 7 additions and 2 deletions
|
@ -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)|
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue