diff options
author | anoadragon453 <anoadragon453@users.noreply.github.com> | 2024-01-10 13:36:18 +0000 |
---|---|---|
committer | anoadragon453 <anoadragon453@users.noreply.github.com> | 2024-01-10 13:36:18 +0000 |
commit | dfe009101d35b5bf48c3bf4a12a54aed3530b3d8 (patch) | |
tree | 931d7478004b10d5ec928c94eba8caff7bb8cae9 /develop/usage/configuration/logging_sample_config.html | |
parent | deploy: 7109274c651736093c18f1fbd91b2142c218eb95 (diff) | |
download | synapse-dfe009101d35b5bf48c3bf4a12a54aed3530b3d8.tar.xz |
deploy: 13e3740f7043858815790d128cf8fb37fff37ce6
Diffstat (limited to '')
-rw-r--r-- | develop/usage/configuration/logging_sample_config.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/develop/usage/configuration/logging_sample_config.html b/develop/usage/configuration/logging_sample_config.html index 5e0b8f283f..98f22662b5 100644 --- a/develop/usage/configuration/logging_sample_config.html +++ b/develop/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 |