Application Logs
Boottify streams logs from every container in your application directly to the dashboard. Logs are also written to platform storage and retained per your plan's policy.
Log Sources
- App logs — everything your container writes to
stdout/stderr. - Build logs — output from the build step (Docker build, npm install, framework build).
- Deployment logs — the 10-step deployment pipeline emits structured progress events you can replay.
- Ingress logs — HTTP request/response metadata captured at the Traefik layer (no Nginx).
Viewing Logs
Open Applications → <your app> → Logs. You can:
- Filter by source (deployment, build, app, error).
- Toggle auto-refresh for live streaming.
- Search across the visible window.
- Switch between containers when a pod runs more than one.
Log Retention
Per the platform's structured logger, logs are persisted asynchronously and deduplicated by fingerprint to avoid spam. Retention windows are defined under Admin → Logs → Settings.