Platform
Logs
Stream deployment and process logs from SkyPort.
Logs are one of the most operator-critical workflows in SkyPort. The CLI can stream deployment logs, PM2 logs, and container logs depending on the target you are investigating.
Deployment Logs
terminal
skyport logs <deployment-id>
PM2 Logs
terminal
skyport pm2 logs my-app
Docker Logs
terminal
skyport docker logs my-container
How To Read Logs In The Docs
- Explain what the log stream contains.
- Explain whether it is live or snapshot output.
- Tell the reader which component owns the logs.
Next
- Read Monitoring for resource context.
- Read Docker Containers for container log workflows.
- Read PM2 Process Management for process log workflows.
