Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Update logging_sample_config.md #14868

Merged
merged 3 commits into from
Jan 19, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions changelog.d/14868.doc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Minor corrections to the logging configuration documentation.
8 changes: 5 additions & 3 deletions docs/usage/configuration/logging_sample_config.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
# 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).
Expand Down