Bring example log config into line with default

pull/1990/head
Richard van der Hoff 2017-03-13 12:39:09 +00:00
parent 6037a9804c
commit 8d86d11fdf
1 changed files with 4 additions and 2 deletions

View File

@ -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: