summary refs log tree commit diff
path: root/docs
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2020-02-24 17:19:20 +0000
committerAndrew Morgan <andrew@amorgan.xyz>2020-02-24 17:19:20 +0000
commit88c5b43d130b296fc6bb772c96a4479f097425be (patch)
tree9635b73d41a59bb95aa818ff9d8d02f4621fa956 /docs
parentMerge pull request #5902 from matrix-org/hs/exempt-support-users-from-consent (diff)
parentAdd a link to python's logging config schema (#5926) (diff)
downloadsynapse-88c5b43d130b296fc6bb772c96a4479f097425be.tar.xz
Add a link to python's logging config schema (#5926)
Diffstat (limited to 'docs')
-rw-r--r--docs/sample_config.yaml3
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"