DEBUG YOUR DEPLOYMENTS.
Access build logs, runtime logs, and debugging tools. Diagnose issues and monitor application behavior in real-time.
LOG TYPES
Boottify provides several types of logs to help you debug and monitor your deployments.
Build Logs
Output from your build process: dependency installation, compilation, and optimization.
Runtime Logs
Application output including console.log, errors, and container stdout/stderr.
Nginx Logs
Request logs from Nginx: status codes, latency, and cache behavior.
VIEWING LOGS
Access logs from the Control Center dashboard. Navigate to your app and click the Logs tab to view build and runtime output.
Dashboard Logs
View real-time build and runtime logs from your app's Logs tab.
Admin Logs
Platform-wide logs available at Admin > Logs with filtering and search.
FILTERING & SEARCH
Filter and search logs to find exactly what you're looking for.
Full-Text Search
Search across all log entries with powerful regex support.
Time Filtering
Filter by time range: last hour, last day, or custom range.
Use the search bar and filter controls in the Admin > Logs page to narrow down results by type, level, and time range.
RETENTION & EXPORT
Logs are retained based on your plan. Export logs for long-term storage or external analysis.
| Plan | Build Logs | Runtime Logs |
|---|---|---|
| Hobby | 1 hour | 1 hour |
| Pro | 7 days | 3 days |
| Enterprise | 30 days | 30 days |
TIP: Use webhooks to forward deployment events to external services or your own systems.