Read and follow deployment and service logs
Logs are available in two places, depending on what you need: build/deploy progress for a specific deployment, or live output from a running service container.
Follow a deployment’s build and deploy logs
Section titled “Follow a deployment’s build and deploy logs”- Open a service and go to its Deployments tab.
- Click into the deployment you want to inspect.
- Each stage (build, deploy) shows its log output as it runs, and updates live while the deployment is in progress.
Stream live service logs
Section titled “Stream live service logs”- Open a service overview page.
- Click the logs icon in the header, then choose Access logs (HTTP request logs) or Service logs (application output).
- Logs stream live in the modal. Use the Filter logs… field to narrow down to specific entries.
- If the connection drops, click Retry to reconnect.
- Click Close when done.