Dashboard Overview
The Timberlogs dashboard at app.timberlogs.dev provides a real-time view of your application logs.
Getting Started
- Sign in at app.timberlogs.dev
- Create or select an organization
- Generate an API key in Settings > API Keys
- Start sending logs using the SDK or API
Dashboard Layout
Navigation
- Logs - View and search all logs
- Flows - Track multi-step processes
- Settings - Manage API keys, team, and billing
Organization Selector
Switch between organizations using the dropdown in the header. Each organization has its own:
- Logs and data
- API keys
- Team members
- Billing plan
Key Features
Real-time Log Viewing
- Logs appear within seconds of ingestion
- Auto-refresh keeps the view current
- Click any log to expand and see full details
Filtering
Filter logs by:
- Level - debug, info, warn, error
- Source - Application or service name
- Environment - development, staging, production
- Time range - Last hour, 24 hours, 7 days, or custom
Search
Full-text search across log messages:
- Simple keyword search
- Phrase matching with quotes
- Exclude terms with
- - OR queries for alternatives
See Search documentation for full syntax.
Log Detail View
Click any log row to expand and see:
- Full message text
- Structured data (JSON)
- Error stack traces
- All metadata fields
- Tags
Flow Tracking
View related logs grouped by flow:
- See all steps in a multi-step process
- Track timing between steps
- Debug user journeys end-to-end
Keyboard Shortcuts
| Key | Action |
|---|---|
/ | Focus search |
Esc | Clear search / Close detail |
↑↓ | Navigate logs |
Enter | Expand selected log |
r | Refresh logs |
Data Retention
Log retention depends on your plan:
| Plan | Retention |
|---|---|
| Free | 7 days |
| Pro | 30 days |
| Enterprise | Custom |
Logs are automatically deleted after the retention period.
Next Steps
Last updated on