๐Ÿชต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

"debug": ""
"sql_trace": ""
"segment_trace": ""

Docker Logs

When a Docker container is started, container output is logged ephemerally in the following directory structure.

/var/lib/docker/containers/[container-id]/[container-id]-json.log

You can also access the output of a running docker container with the docker logs command:

docker logs edcom-proxy

Container logs are automatically deleted by Docker when a container is shut down

Last updated