From d8ebf591f9ff320821c5779521fed1505f1b2916 Mon Sep 17 00:00:00 2001 From: Georg Lauterbach <44545919+georglauterbach@users.noreply.github.com> Date: Tue, 14 Nov 2023 22:34:56 +0100 Subject: [PATCH] docs: correct path for logs (#3640) --- docs/content/config/debugging.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/content/config/debugging.md b/docs/content/config/debugging.md index 24e41566..9888a9e9 100644 --- a/docs/content/config/debugging.md +++ b/docs/content/config/debugging.md @@ -47,8 +47,7 @@ To get a shell inside the container run: `docker exec -it bash` If you need more flexibility than what the `docker logs` command offers, then the most useful locations to get relevant DMS logs within the container are: -- `/var/log/mail/mail.log` -- `/var/log/mail/mail/.log` +- `/var/log/mail/.log` - `/var/log/supervisor/.log` You may use `nano` (a text editor) to edit files, while `less` (a file viewer) and `tail`/`cat` are useful tools to inspect the contents of logs.