From 6dbfe29923eb271471bbd74723137f9b0987e644 Mon Sep 17 00:00:00 2001 From: DMRobertson Date: Tue, 1 Aug 2023 11:02:34 +0000 Subject: deploy: 190c990a76ac0faaaec31340a721cee4d172016a --- latest/development/contributing_guide.html | 1 + 1 file changed, 1 insertion(+) (limited to 'latest/development/contributing_guide.html') diff --git a/latest/development/contributing_guide.html b/latest/development/contributing_guide.html index 074dc655a2..cbfd13c9a7 100644 --- a/latest/development/contributing_guide.html +++ b/latest/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