This repository was archived by the owner on Sep 11, 2024. It is now read-only.
File tree 2 files changed +4
-4
lines changed
cypress/plugins/synapsedocker/templates
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ loggers:
26
26
synapse.storage.SQL:
27
27
# beware: increasing this to DEBUG will make synapse log sensitive
28
28
# information such as access tokens.
29
- level: INFO
29
+ level: DEBUG
30
30
31
31
twisted:
32
32
# We send the twisted logging directly to the file handler,
@@ -36,7 +36,7 @@ loggers:
36
36
propagate: false
37
37
38
38
root:
39
- level: INFO
39
+ level: DEBUG
40
40
41
41
# Write logs to the `buffer` handler, which will buffer them together in memory,
42
42
# then write them to a file.
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ loggers:
26
26
synapse.storage.SQL:
27
27
# beware: increasing this to DEBUG will make synapse log sensitive
28
28
# information such as access tokens.
29
- level: INFO
29
+ level: DEBUG
30
30
31
31
twisted:
32
32
# We send the twisted logging directly to the file handler,
@@ -36,7 +36,7 @@ loggers:
36
36
propagate: false
37
37
38
38
root:
39
- level: INFO
39
+ level: DEBUG
40
40
41
41
# Write logs to the `buffer` handler, which will buffer them together in memory,
42
42
# then write them to a file.
You can’t perform that action at this time.
0 commit comments