Shadowghost / mailcow-mailman3-dockerized

Mailcow combined with Mailman3
35 stars 3 forks source link

Log Directory Question #8

Closed roddajohn closed 5 years ago

roddajohn commented 6 years ago

I am trying to find the logs for mailcowdockerized_mailman-core_1 to find the logs for the REST API.

docker-mailman seems to indicate that the logs will be found at /opt/mailman/core/var/logs/mailman.log. I go to <path-to-repo>/data/mailman/ but there is no core directory in that location.

Thoughts?

Shadowghost commented 6 years ago

The files for mailman core reside inside the docker volume mailman-core-vol-1. Should be something like mailcowdockerized_mailman-core-vol-1 on this setup. You should be able to directly access it at /var/lib/docker/volumes/mailcowdockerized_mailman-core-vol-1/_data or somthing similar.