Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 988cd33

Browse files
authored
Set Synapse log level to DEBUG for cypress tests temporarily (#9173)
Until we narrow down the remaining flake cases this will give us a chance at identifying real-world flake issues. `DEBUG` is the noisiest level.
1 parent 801858a commit 988cd33

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

cypress/plugins/synapsedocker/templates/consent/log.config

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ loggers:
2626
synapse.storage.SQL:
2727
# beware: increasing this to DEBUG will make synapse log sensitive
2828
# information such as access tokens.
29-
level: INFO
29+
level: DEBUG
3030

3131
twisted:
3232
# We send the twisted logging directly to the file handler,
@@ -36,7 +36,7 @@ loggers:
3636
propagate: false
3737

3838
root:
39-
level: INFO
39+
level: DEBUG
4040

4141
# Write logs to the `buffer` handler, which will buffer them together in memory,
4242
# then write them to a file.

cypress/plugins/synapsedocker/templates/default/log.config

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ loggers:
2626
synapse.storage.SQL:
2727
# beware: increasing this to DEBUG will make synapse log sensitive
2828
# information such as access tokens.
29-
level: INFO
29+
level: DEBUG
3030

3131
twisted:
3232
# We send the twisted logging directly to the file handler,
@@ -36,7 +36,7 @@ loggers:
3636
propagate: false
3737

3838
root:
39-
level: INFO
39+
level: DEBUG
4040

4141
# Write logs to the `buffer` handler, which will buffer them together in memory,
4242
# then write them to a file.

0 commit comments

Comments
 (0)