From 05fb62e525c3abf86285dfc28c9c56af9dbc9274 Mon Sep 17 00:00:00 2001 From: Suguru Hirahara Date: Sat, 1 Feb 2025 16:43:06 +0900 Subject: [PATCH] Update docs/faq.md: change the entry for troubleshooting into a question Signed-off-by: Suguru Hirahara --- docs/faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/faq.md b/docs/faq.md index e48dba495..313e29a29 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -423,7 +423,7 @@ When you [perform a major Postgres upgrade](maintenance-postgres.md#upgrading-po After verifying that everything still works after the Postgres upgrade, you can safely delete `/matrix/postgres/data-auto-upgrade-backup` -### I get "Error response from daemon: configured logging driver does not support reading" when I do `docker logs matrix-synapse`. +### I get "Error response from daemon: configured logging driver does not support reading" when I run `docker logs matrix-synapse`. Why? To prevent double-logging, Docker logging is disabled by explicitly passing `--log-driver=none` to all containers. Due to this, you **cannot** view logs using `docker logs matrix-*`.