mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2024-01-19 02:48:50 +00:00
docs: correct path for logs (#3640)
This commit is contained in:
parent
218b56b123
commit
d8ebf591f9
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue