docs: correct path for logs (#3640)

This commit is contained in:
Georg Lauterbach 2023-11-14 22:34:56 +01:00 committed by GitHub
parent 218b56b123
commit d8ebf591f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -47,8 +47,7 @@ To get a shell inside the container run: `docker exec -it <CONTAINER NAME> 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/<SERVICE>.log`
- `/var/log/mail/<SERVICE>.log`
- `/var/log/supervisor/<SERVICE>.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.