Accessing Logs using Docker

The main logfile for each service is configured to write to STDOUT in the docker images.

This log can be accessed by executing:

docker-compose logs [servicename]

Gentics CMS specific logfiles

Gentics CMS uses different logfiles for specific tasks.

Please find more info in the Gentics CMS guides about logfiles.

For example the publish run logs are located in /cms/logs/publish.

Usage hints

See the logs starting from right now:

docker-compose logs --follow --tail=0 [servicename]