docker-compose logs [serviceName]
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 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
.
See the logs starting from right now:
docker-compose logs --follow --tail=0 [servicename]