summary refs log tree commit diff
path: root/develop/usage
diff options
context:
space:
mode:
authoranoadragon453 <anoadragon453@users.noreply.github.com>2021-10-20 11:48:39 +0000
committeranoadragon453 <anoadragon453@users.noreply.github.com>2021-10-20 11:48:39 +0000
commitfdafbd534325ebfef64231e07e0fb986c677ce8e (patch)
tree21ec96a97527bcab3134853cdc809d16db4305f2 /develop/usage
parentdeploy: 78d5896d19692e4b6cdbf09f807915e6b0929ce5 (diff)
downloadsynapse-fdafbd534325ebfef64231e07e0fb986c677ce8e.tar.xz
deploy: 106d99b8cd7ac63d9578c05cfdf7b8e9def9906d
Diffstat (limited to 'develop/usage')
-rw-r--r--develop/usage/configuration/logging_sample_config.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/develop/usage/configuration/logging_sample_config.html b/develop/usage/configuration/logging_sample_config.html
index 97fc7d6b34..ad23afc7cc 100644
--- a/develop/usage/configuration/logging_sample_config.html
+++ b/develop/usage/configuration/logging_sample_config.html
@@ -185,11 +185,11 @@
                         <h1 id="logging-sample-configuration-file"><a class="header" href="#logging-sample-configuration-file">Logging Sample Configuration File</a></h1>
 <p>Below is a sample logging configuration file. This file can be tweaked to control how your
 homeserver will output logs. A restart of the server is generally required to apply any
-changes made to this file.</p>
-<p>Note that the contents below are <em>not</em> intended to be copied and used as the basis for
-a real homeserver.yaml. Instead, if you are starting from scratch, please generate
-a fresh config using Synapse by following the instructions in
-<a href="../../setup/installation.html">Installation</a>.</p>
+changes made to this file. The value of the <code>log_config</code> option in your homeserver
+config 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>&lt;SERVERNAME&gt;.log.config</code> by default.</p>
 <pre><code class="language-yaml"># Log configuration for Synapse.
 #
 # This is a YAML file containing a standard Python logging configuration