From 85138c45de8c1e007be426a0cbcb6dace92a9c47 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 9 Mar 2026 17:09:53 -0500 Subject: [PATCH] Synapse: fix log_config path to /config/log.config --- apps/matrix/matrix.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/matrix/matrix.yaml b/apps/matrix/matrix.yaml index f00b73f..ac35d05 100644 --- a/apps/matrix/matrix.yaml +++ b/apps/matrix/matrix.yaml @@ -51,7 +51,7 @@ data: port: 5432 cp_min: 5 cp_max: 10 - log_config: "/data/log.config" + log_config: "/config/log.config" media_store_path: /data/media_store registration_shared_secret: "a208f2e4b260f6b7d6ff4566df49c56c8b73fa20b911ce4e617b791ee7868adc" report_stats: false