From 46a821af75da64a269d9770b619f72156c468252 Mon Sep 17 00:00:00 2001 From: Suguru Hirahara Date: Sat, 1 Feb 2025 16:47:28 +0900 Subject: [PATCH] Update docs/faq.md: remove an emphasis from the entry for troubleshooting 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 313e29a29..7a74d4043 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -425,7 +425,7 @@ After verifying that everything still works after the Postgres upgrade, you can ### 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-*`. +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-*`. See [this section](maintenance-and-troubleshooting.md#how-to-see-the-logs) on the page for maintenance and troubleshooting for more details to see the logs.