diff options
author | Richard van der Hoff <github@rvanderhoff.org.uk> | 2017-03-13 16:42:12 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-13 16:42:12 +0000 |
commit | 31f3ca1b2b011b1b0920a3e8e2fe10bcdf6c7ca3 (patch) | |
tree | 1e30c5fee781d04349010ce00775937d3fe78997 /contrib/example_log_config.yaml | |
parent | Merge pull request #1978 from matrix-org/rav/refactor_received_pdu (diff) | |
parent | Bring example log config into line with default (diff) | |
download | synapse-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/example_log_config.yaml')
-rw-r--r-- | contrib/example_log_config.yaml | 6 |
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: |