sp logs
View and tail logs for any running service.
Usage
Options
| Flag | Description |
|---|---|
--tail N | Show the last N lines (default: 50) |
Examples
Available service names
mautic, mysql, n8n, postgres, calcom, pocketbase, adminer
What to look for
- Mautic errors: PHP fatal errors, Symfony exceptions, database connection failures
- n8n errors: Workflow execution failures, webhook timeouts, memory issues
- MySQL/Postgres errors: Connection refused, disk full, lock timeouts
- Cal.com errors: Missing environment variables, database migration failures
If a service is crashing on startup, sp logs <service> --tail 200 usually shows the reason in the last few lines.