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.
t3chguy/dedup-icons-17oct
Travis Ralston 2022-08-11 00:19:51 -06:00 committed by GitHub
parent 801858a091
commit 988cd335db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -26,7 +26,7 @@ loggers:
synapse.storage.SQL:
# beware: increasing this to DEBUG will make synapse log sensitive
# information such as access tokens.
level: INFO
level: DEBUG
twisted:
# We send the twisted logging directly to the file handler,
@ -36,7 +36,7 @@ loggers:
propagate: false
root:
level: INFO
level: DEBUG
# Write logs to the `buffer` handler, which will buffer them together in memory,
# then write them to a file.

View File

@ -26,7 +26,7 @@ loggers:
synapse.storage.SQL:
# beware: increasing this to DEBUG will make synapse log sensitive
# information such as access tokens.
level: INFO
level: DEBUG
twisted:
# We send the twisted logging directly to the file handler,
@ -36,7 +36,7 @@ loggers:
propagate: false
root:
level: INFO
level: DEBUG
# Write logs to the `buffer` handler, which will buffer them together in memory,
# then write them to a file.