summary refs log tree commit diff
path: root/synmark/suites/logging.py
diff options
context:
space:
mode:
Diffstat (limited to 'synmark/suites/logging.py')
-rw-r--r--synmark/suites/logging.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/synmark/suites/logging.py b/synmark/suites/logging.py
index c9d9cf761e..c306891b27 100644
--- a/synmark/suites/logging.py
+++ b/synmark/suites/logging.py
@@ -98,7 +98,9 @@ async def main(reactor, loops):
 
     logger = logging.getLogger("synapse.logging.test_terse_json")
     _setup_stdlib_logging(
-        hs_config, log_config, logBeginner=beginner,
+        hs_config,
+        log_config,
+        logBeginner=beginner,
     )
 
     # Wait for it to connect...