From ad01c39914eb78e2c9007a94d6f91d4885ab9752 Mon Sep 17 00:00:00 2001 From: MadLittleMods Date: Tue, 11 Jul 2023 18:09:05 +0000 Subject: deploy: 224ef0b669fdd85925d66deb38ba1b51c5aaa1bd --- develop/development/contributing_guide.html | 1 + 1 file changed, 1 insertion(+) (limited to 'develop/development/contributing_guide.html') diff --git a/develop/development/contributing_guide.html b/develop/development/contributing_guide.html index 074dc655a2..cbfd13c9a7 100644 --- a/develop/development/contributing_guide.html +++ b/develop/development/contributing_guide.html @@ -392,6 +392,7 @@ See the worker documentation for additional inform
  • Passing ASYNCIO_REACTOR=1 as an environment variable to use the Twisted asyncio reactor instead of the default one.
  • Passing PODMAN=1 will use the podman container runtime, instead of docker.
  • +
  • Passing UNIX_SOCKETS=1 will utilise Unix socket functionality for Synapse, Redis, and Postgres(when applicable).
  • To increase the log level for the tests, set SYNAPSE_TEST_LOG_LEVEL, e.g:

    SYNAPSE_TEST_LOG_LEVEL=DEBUG COMPLEMENT_DIR=../complement ./scripts-dev/complement.sh -run TestImportHistoricalMessages
    -- 
    cgit 1.5.1