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.pull/28788/head^2
parent
801858a091
commit
988cd335db
|
@ -26,7 +26,7 @@ loggers:
|
||||||
synapse.storage.SQL:
|
synapse.storage.SQL:
|
||||||
# beware: increasing this to DEBUG will make synapse log sensitive
|
# beware: increasing this to DEBUG will make synapse log sensitive
|
||||||
# information such as access tokens.
|
# information such as access tokens.
|
||||||
level: INFO
|
level: DEBUG
|
||||||
|
|
||||||
twisted:
|
twisted:
|
||||||
# We send the twisted logging directly to the file handler,
|
# We send the twisted logging directly to the file handler,
|
||||||
|
@ -36,7 +36,7 @@ loggers:
|
||||||
propagate: false
|
propagate: false
|
||||||
|
|
||||||
root:
|
root:
|
||||||
level: INFO
|
level: DEBUG
|
||||||
|
|
||||||
# Write logs to the `buffer` handler, which will buffer them together in memory,
|
# Write logs to the `buffer` handler, which will buffer them together in memory,
|
||||||
# then write them to a file.
|
# then write them to a file.
|
||||||
|
|
|
@ -26,7 +26,7 @@ loggers:
|
||||||
synapse.storage.SQL:
|
synapse.storage.SQL:
|
||||||
# beware: increasing this to DEBUG will make synapse log sensitive
|
# beware: increasing this to DEBUG will make synapse log sensitive
|
||||||
# information such as access tokens.
|
# information such as access tokens.
|
||||||
level: INFO
|
level: DEBUG
|
||||||
|
|
||||||
twisted:
|
twisted:
|
||||||
# We send the twisted logging directly to the file handler,
|
# We send the twisted logging directly to the file handler,
|
||||||
|
@ -36,7 +36,7 @@ loggers:
|
||||||
propagate: false
|
propagate: false
|
||||||
|
|
||||||
root:
|
root:
|
||||||
level: INFO
|
level: DEBUG
|
||||||
|
|
||||||
# Write logs to the `buffer` handler, which will buffer them together in memory,
|
# Write logs to the `buffer` handler, which will buffer them together in memory,
|
||||||
# then write them to a file.
|
# then write them to a file.
|
||||||
|
|
Loading…
Reference in New Issue