🪵Logging
Logs for the emaildelivery.com application, PostgreSQL, and Nginx are stored under edcom-install/data/logs with log rotation enabled.
Enhanced logging can be activated in the edcom.json configuration file for troubleshooting in the event of an emergency:
You do not want to enable these unless we've requested for you to do so during a support request, they're shown here for informational purposes only
Docker Logs
When a Docker container is started, container output is logged ephemerally in the following directory structure.
You can also access the output of a running docker container with the docker logs command:
Container logs are automatically deleted by Docker when a container is shut down
Last updated