This repository was archived by the owner on Apr 26, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed
Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 1+ Clarify the the sample log config can be copied from the documentation without issue.
Original file line number Diff line number Diff line change 22
33Below is a sample logging configuration file. This file can be tweaked to control how your
44homeserver will output logs. A restart of the server is generally required to apply any
5- changes made to this file.
5+ changes made to this file. The value of the ` log_config ` option in your homeserver
6+ config should be the path to this file.
67
7- Note that the contents below are * not* intended to be copied and used as the basis for
8- a real homeserver.yaml. Instead, if you are starting from scratch, please generate
9- a fresh config using Synapse by following the instructions in
10- [ Installation] ( ../../setup/installation.md ) .
8+ Note that a default logging configuration (shown below) is created automatically alongside
9+ the homeserver config when following the [ installation instructions] ( ../../setup/installation.md ) .
10+ It should be named ` <SERVERNAME>.log.config ` by default.
1111
1212``` yaml
1313{{#include ../../sample_log_config.yaml}}
14- ```
14+ ```
You can’t perform that action at this time.
0 commit comments