Debug log level

This commit is contained in:
Kegan Dougal 2023-10-25 10:20:22 +01:00
parent 3050e32835
commit 83d89a9235
1 changed files with 1 additions and 0 deletions

View File

@ -103,6 +103,7 @@ done
# enable buildkit for the docker builds
export DOCKER_BUILDKIT=1
export SYNAPSE_TEST_LOG_LEVEL=DEBUG # XXX REMOVE
# Determine whether to use the docker or podman container runtime.
if [ -n "$PODMAN" ]; then