From f901ad1f9acc78c1aadff4a3c4caf1e7682d10e7 Mon Sep 17 00:00:00 2001 From: epiphyte Date: Sat, 27 Dec 2025 09:18:54 -0500 Subject: [PATCH] Synapse-3xx - restore default log level to INFO --- docker/images/synapse/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/images/synapse/Dockerfile b/docker/images/synapse/Dockerfile index 65fdb8a520..4a6677ff9d 100644 --- a/docker/images/synapse/Dockerfile +++ b/docker/images/synapse/Dockerfile @@ -4,7 +4,7 @@ # It does not start any services. FROM python:3.14.2-slim-trixie -ENV SYN_LOG_LEVEL="WARNING" +ENV SYN_LOG_LEVEL="INFO" COPY synapse /build/synapse/synapse COPY pyproject.toml /build/synapse/pyproject.toml