diff options
author | Andrew Morgan <andrew@amorgan.xyz> | 2020-02-24 17:19:20 +0000 |
---|---|---|
committer | Andrew Morgan <andrew@amorgan.xyz> | 2020-02-24 17:19:20 +0000 |
commit | 88c5b43d130b296fc6bb772c96a4479f097425be (patch) | |
tree | 9635b73d41a59bb95aa818ff9d8d02f4621fa956 /docs | |
parent | Merge pull request #5902 from matrix-org/hs/exempt-support-users-from-consent (diff) | |
parent | Add a link to python's logging config schema (#5926) (diff) | |
download | synapse-88c5b43d130b296fc6bb772c96a4479f097425be.tar.xz |
Add a link to python's logging config schema (#5926)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/sample_config.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/sample_config.yaml b/docs/sample_config.yaml index a580d721d2..f88475d1d8 100644 --- a/docs/sample_config.yaml +++ b/docs/sample_config.yaml @@ -560,7 +560,8 @@ database: ## Logging ## -# A yaml python logging config file +# A yaml python logging config file as described by +# https://docs.python.org/3.7/library/logging.config.html#configuration-dictionary-schema # log_config: "CONFDIR/SERVERNAME.log.config" |