summary refs log tree commit diff
path: root/develop/usage
diff options
context:
space:
mode:
authorrichvdh <richvdh@users.noreply.github.com>2023-01-19 11:59:12 +0000
committerrichvdh <richvdh@users.noreply.github.com>2023-01-19 11:59:12 +0000
commitfee779b5c5e517308ba7400c4d7545c71a9a8963 (patch)
tree4dced9acf87ecf5aaba7ce620dc94f809aef1b7e /develop/usage
parentdeploy: e8f2bf5c40c27e68e5983ebbd1fc0281bc45bf5f (diff)
downloadsynapse-fee779b5c5e517308ba7400c4d7545c71a9a8963.tar.xz
deploy: 2069231645169a7b3526fc742e76948c4363660a
Diffstat (limited to 'develop/usage')
-rw-r--r--develop/usage/configuration/logging_sample_config.html7
1 files changed, 4 insertions, 3 deletions
diff --git a/develop/usage/configuration/logging_sample_config.html b/develop/usage/configuration/logging_sample_config.html

index c5272f82bc..f4789557eb 100644 --- a/develop/usage/configuration/logging_sample_config.html +++ b/develop/usage/configuration/logging_sample_config.html
@@ -148,9 +148,10 @@ <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. The value of the <code>log_config</code> option in your homeserver -config should be the path to this file.</p> +homeserver will output logs. The value of the <code>log_config</code> option in your homeserver config +should be the path to this file.</p> +<p>To apply changes made to this file, send Synapse a SIGHUP signal (or, if using <code>systemd</code>, run +<code>systemctl reload</code> on the Synapse service).</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>