summary refs log tree commit diff
path: root/contrib
diff options
context:
space:
mode:
authorRichard van der Hoff <richard@matrix.org>2017-03-13 12:39:09 +0000
committerRichard van der Hoff <richard@matrix.org>2017-03-13 12:39:09 +0000
commit8d86d11fdf54b1aca902d128ca89a8614e8c9a27 (patch)
tree29643d2ff563a73b4d7fad439e0af9a4dfecee5a /contrib
parentAdd helpful texts to logger config options (diff)
downloadsynapse-8d86d11fdf54b1aca902d128ca89a8614e8c9a27.tar.xz
Bring example log config into line with default
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: