Skip to Content
Timberlogs is in beta. Sign up at app.timberlogs.dev
DashboardDashboard Overview

Dashboard Overview

The Timberlogs dashboard at app.timberlogs.dev  provides a real-time view of your application logs.

Getting Started

  1. Sign in at app.timberlogs.dev 
  2. Create or select an organization
  3. Generate an API key in Settings > API Keys
  4. Start sending logs using the SDK or API

Dashboard Layout

  • 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

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

KeyAction
/Focus search
EscClear search / Close detail
↑↓Navigate logs
EnterExpand selected log
rRefresh logs

Data Retention

Log retention depends on your plan:

PlanRetention
Free7 days
Pro30 days
EnterpriseCustom

Logs are automatically deleted after the retention period.

Next Steps

Last updated on