From 151ee6ba2a1b062506e202e479ec18ffbad3dfd5 Mon Sep 17 00:00:00 2001 From: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> Date: Wed, 18 Jan 2023 21:46:42 +0000 Subject: [PATCH 1/3] Update logging_sample_config.md --- docs/usage/configuration/logging_sample_config.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/usage/configuration/logging_sample_config.md b/docs/usage/configuration/logging_sample_config.md index 499ab7cfe500..6805b4a520dc 100644 --- a/docs/usage/configuration/logging_sample_config.md +++ b/docs/usage/configuration/logging_sample_config.md @@ -1,9 +1,10 @@ # Logging Sample Configuration File 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 `log_config` option in your homeserver -config should be the path to this file. +homeserver will output logs. The value of the `log_config` option in your homeserver config +should be the path to this file. + +To apply changes made to this file, send Synapse a SIGHUP signal (or, if using `systemd`, run `systemctl reload` on the Synapse service). Note that a default logging configuration (shown below) is created automatically alongside the homeserver config when following the [installation instructions](../../setup/installation.md). From beef48338ab9eeb3c07e6eb7df28f154cc174401 Mon Sep 17 00:00:00 2001 From: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> Date: Wed, 18 Jan 2023 21:49:43 +0000 Subject: [PATCH 2/3] Create 14868.doc --- changelog.d/14868.doc | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/14868.doc diff --git a/changelog.d/14868.doc b/changelog.d/14868.doc new file mode 100644 index 000000000000..b5ddff78a1ca --- /dev/null +++ b/changelog.d/14868.doc @@ -0,0 +1 @@ +Minor corrections to the logging configuration documentation. From b6481fc03681785f311d7fc2e4d792b5f9657ee7 Mon Sep 17 00:00:00 2001 From: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> Date: Wed, 18 Jan 2023 21:50:17 +0000 Subject: [PATCH 3/3] Update logging_sample_config.md --- docs/usage/configuration/logging_sample_config.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/usage/configuration/logging_sample_config.md b/docs/usage/configuration/logging_sample_config.md index 6805b4a520dc..895674199738 100644 --- a/docs/usage/configuration/logging_sample_config.md +++ b/docs/usage/configuration/logging_sample_config.md @@ -4,7 +4,8 @@ Below is a sample logging configuration file. This file can be tweaked to contro homeserver will output logs. The value of the `log_config` option in your homeserver config should be the path to this file. -To apply changes made to this file, send Synapse a SIGHUP signal (or, if using `systemd`, run `systemctl reload` on the Synapse service). +To apply changes made to this file, send Synapse a SIGHUP signal (or, if using `systemd`, run +`systemctl reload` on the Synapse service). Note that a default logging configuration (shown below) is created automatically alongside the homeserver config when following the [installation instructions](../../setup/installation.md).