mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-07 22:44:56 -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
|
@ -422,6 +422,10 @@ Sub-options for each listener include:
|
|||
|
||||
* `port`: the TCP port to bind to.
|
||||
|
||||
* `tag`: An alias for the port in the logger name. If set the tag is logged instead
|
||||
of the port. Default to `None`, is optional and only valid for listener with `type: http`.
|
||||
See the docs [request log format](../administration/request_log.md).
|
||||
|
||||
* `bind_addresses`: a list of local addresses to listen on. The default is
|
||||
'all local interfaces'.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue