From 988cd335db83f5f40c7f1f03f544dc9a9e510d13 Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Thu, 11 Aug 2022 00:19:51 -0600 Subject: [PATCH] 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. --- cypress/plugins/synapsedocker/templates/consent/log.config | 4 ++-- cypress/plugins/synapsedocker/templates/default/log.config | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/cypress/plugins/synapsedocker/templates/consent/log.config b/cypress/plugins/synapsedocker/templates/consent/log.config index ac232762da..b9123d0f5b 100644 --- a/cypress/plugins/synapsedocker/templates/consent/log.config +++ b/cypress/plugins/synapsedocker/templates/consent/log.config @@ -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. diff --git a/cypress/plugins/synapsedocker/templates/default/log.config b/cypress/plugins/synapsedocker/templates/default/log.config index ac232762da..b9123d0f5b 100644 --- a/cypress/plugins/synapsedocker/templates/default/log.config +++ b/cypress/plugins/synapsedocker/templates/default/log.config @@ -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.