summary refs log tree commit diff
path: root/contrib
diff options
context:
space:
mode:
authorRichard van der Hoff <github@rvanderhoff.org.uk>2017-03-13 16:42:12 +0000
committerGitHub <noreply@github.com>2017-03-13 16:42:12 +0000
commit31f3ca1b2b011b1b0920a3e8e2fe10bcdf6c7ca3 (patch)
tree1e30c5fee781d04349010ce00775937d3fe78997 /contrib
parentMerge pull request #1978 from matrix-org/rav/refactor_received_pdu (diff)
parentBring example log config into line with default (diff)
downloadsynapse-31f3ca1b2b011b1b0920a3e8e2fe10bcdf6c7ca3.tar.xz
Merge pull request #1990 from matrix-org/rav/log_config_comments
Add helpful texts to logger config options
Diffstat (limited to 'contrib')
-rw-r--r--contrib/example_log_config.yaml6
1 files changed, 4 insertions, 2 deletions
diff --git a/contrib/example_log_config.yaml b/contrib/example_log_config.yaml
index 7f7c8ba588..c7aa68abf2 100644
--- a/contrib/example_log_config.yaml
+++ b/contrib/example_log_config.yaml
@@ -39,9 +39,11 @@ loggers:
     synapse:
         level: INFO
 
-    synapse.storage:
+    synapse.storage.SQL:
+        # beware: increasing this to DEBUG will make synapse log sensitive
+        # information such as access tokens.
         level: INFO
-    
+
     # example of enabling debugging for a component:
     #
     # synapse.federation.transport.server: