Local Tyk installation using Docker. Can't find logs

I’ve installed the Open Source version of Tyk on to my local macbook using Docker Compose, by following these instructions:

The instructions mention being able to see the logs in /var/logs (directory exists) or /var/logs/upstart (directory does not exist). I cannot find the logs. Where can I look for them? Are they in the Docker container, and if so, how do I open the logs?

Thanks for the help!

Hi you can use docker logs commands to extract logs from docker containers docker logs

Thanks! I’m new to Docker, so I missed it. I was able to find the logs using

docker compose logs | grep gateway
docker compose logs | grep redis