🪵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:

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

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

Last updated

Was this helpful?