Remove false warning about copying the log config to a homeserver.yaml (#11092)

Co-authored-by: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com>
pull/11139/head
Travis Ralston 2021-10-20 05:48:15 -06:00 committed by GitHub
parent 78d5896d19
commit 106d99b8cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 6 deletions

1
changelog.d/11092.doc Normal file
View File

@ -0,0 +1 @@
Clarify the the sample log config can be copied from the documentation without issue.

View File

@ -2,13 +2,13 @@
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.
changes made to this file. The value of the `log_config` option in your homeserver
config should be the path to this file.
Note that the contents below are *not* 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
[Installation](../../setup/installation.md).
Note that a default logging configuration (shown below) is created automatically alongside
the homeserver config when following the [installation instructions](../../setup/installation.md).
It should be named `<SERVERNAME>.log.config` by default.
```yaml
{{#include ../../sample_log_config.yaml}}
```
```