summary refs log tree commit diff
path: root/develop/usage/configuration/config_documentation.html
diff options
context:
space:
mode:
authorerikjohnston <erikjohnston@users.noreply.github.com>2023-01-11 10:48:38 +0000
committererikjohnston <erikjohnston@users.noreply.github.com>2023-01-11 10:48:38 +0000
commit799189cfd4e558664e1275abd17b98b321208348 (patch)
treec1873b3ab9e2fbcb4225d488a46a8b02b09e44f4 /develop/usage/configuration/config_documentation.html
parentdeploy: 9a4c69f59f1ac54838d3b0f47280d858b7e41073 (diff)
downloadsynapse-799189cfd4e558664e1275abd17b98b321208348.tar.xz
deploy: bc7ca704ddc34a76fe9e3e1f895f459ac9ac7186
Diffstat (limited to 'develop/usage/configuration/config_documentation.html')
-rw-r--r--develop/usage/configuration/config_documentation.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/develop/usage/configuration/config_documentation.html b/develop/usage/configuration/config_documentation.html

index 5ac7add384..8c493aacac 100644 --- a/develop/usage/configuration/config_documentation.html +++ b/develop/usage/configuration/config_documentation.html
@@ -469,6 +469,11 @@ configuration.</p> <p><code>port</code>: the TCP port to bind to.</p> </li> <li> +<p><code>tag</code>: An alias for the port in the logger name. If set the tag is logged instead +of the port. Default to <code>None</code>, is optional and only valid for listener with <code>type: http</code>. +See the docs <a href="../administration/request_log.html">request log format</a>.</p> +</li> +<li> <p><code>bind_addresses</code>: a list of local addresses to listen on. The default is 'all local interfaces'.</p> </li>