Problem
jack logs wraps wrangler tail - only works for BYOC. Managed projects use dispatch namespaces where Cloudflare Tail API doesn't work.
Current state:
- ✅ Workers Logs auto-enabled on all managed deployments
- ✅ Logs stored in jack's Cloudflare account
- ❌ Users cannot access jack's CF dashboard to view logs
What's needed
Build a way for users to access their logs. Options:
| Option |
Effort |
UX |
Web UI at cloud.getjack.org/logs |
Medium |
Best - visual, filterable |
API endpoint GET /projects/:id/logs |
Medium |
Enables CLI integration |
CLI proxy jack logs calls our API |
Low (after API) |
Familiar workflow |
Recommended approach
- Add
GET /v1/projects/:projectId/logs endpoint that queries Cloudflare GraphQL
- Update
jack logs to call this endpoint for managed projects
- Later: build web UI for richer experience
Current workaround
CLI shows message pointing to this issue. Logs are being collected but not yet accessible.
Tasks
Problem
jack logswrapswrangler tail- only works for BYOC. Managed projects use dispatch namespaces where Cloudflare Tail API doesn't work.Current state:
What's needed
Build a way for users to access their logs. Options:
cloud.getjack.org/logsGET /projects/:id/logsjack logscalls our APIRecommended approach
GET /v1/projects/:projectId/logsendpoint that queries Cloudflare GraphQLjack logsto call this endpoint for managed projectsCurrent workaround
CLI shows message pointing to this issue. Logs are being collected but not yet accessible.
Tasks
jack logsto use endpoint for managed projects