summary refs log tree commit diff
path: root/develop/usage
diff options
context:
space:
mode:
Diffstat (limited to 'develop/usage')
-rw-r--r--develop/usage/administration/request_log.html2
-rw-r--r--develop/usage/configuration/config_documentation.html5
2 files changed, 6 insertions, 1 deletions
diff --git a/develop/usage/administration/request_log.html b/develop/usage/administration/request_log.html

index 38eceea543..8649f4d9f1 100644 --- a/develop/usage/administration/request_log.html +++ b/develop/usage/administration/request_log.html
@@ -154,7 +154,7 @@ </code></pre> <table><thead><tr><th>Part</th><th>Explanation</th></tr></thead><tbody> <tr><td>AAAA</td><td>Timestamp request was logged (not received)</td></tr> -<tr><td>BBBB</td><td>Logger name (<code>synapse.access.(http\|https).&lt;tag&gt;</code>, where 'tag' is defined in the <code>listeners</code> config section, normally the port)</td></tr> +<tr><td>BBBB</td><td>Logger name (<code>synapse.access.(http\|https).&lt;tag&gt;</code>, where 'tag' is defined in the <a href="../configuration/config_documentation.html#listeners"><code>listeners</code></a> config section, normally the port)</td></tr> <tr><td>CCCC</td><td>Line number in code</td></tr> <tr><td>DDDD</td><td>Log Level</td></tr> <tr><td>EEEE</td><td>Request Identifier (This identifier is shared by related log lines)</td></tr> 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>