diff options
author | reivilibre <reivilibre@users.noreply.github.com> | 2024-01-31 12:04:56 +0000 |
---|---|---|
committer | reivilibre <reivilibre@users.noreply.github.com> | 2024-01-31 12:04:56 +0000 |
commit | a586cbd7ea72774bdd4a4fcfd0d98327267c8260 (patch) | |
tree | 999820ca785a49996a7b8efee3ea0dd661412a9c /latest/usage/configuration/logging_sample_config.html | |
parent | deploy: f3664556820efca054c9215e8ff24146cfde2648 (diff) | |
download | synapse-a586cbd7ea72774bdd4a4fcfd0d98327267c8260.tar.xz |
deploy: 4a5ea43f1bc32e58ce99a0c2f91c912e7afa753c
Diffstat (limited to '')
-rw-r--r-- | latest/usage/configuration/logging_sample_config.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/latest/usage/configuration/logging_sample_config.html b/latest/usage/configuration/logging_sample_config.html index 5e0b8f283f..98f22662b5 100644 --- a/latest/usage/configuration/logging_sample_config.html +++ b/latest/usage/configuration/logging_sample_config.html @@ -168,6 +168,8 @@ should be the path to this file.</p> <p>Note that a default logging configuration (shown below) is created automatically alongside the homeserver config when following the <a href="../../setup/installation.html">installation instructions</a>. It should be named <code><SERVERNAME>.log.config</code> by default.</p> +<p>Hint: If you're looking for a guide on what each of the fields in the "Processed request" log lines mean, +see <a href="../administration/request_log.html">Request log format</a>.</p> <pre><code class="language-yaml"># Log configuration for Synapse. # # This is a YAML file containing a standard Python logging configuration |