Skip to content

Observability Panel

The Observability panel provides integrated access to application logs, metrics, and debugging information. It’s designed to give developers visibility into their running application without switching context to external tools.

  • Log streaming — view application logs in real-time
  • Log levels — filter by severity (debug, info, warn, error)
  • Search — search across log entries
  • Timestamps — precise timing information
  • Stack traces — formatted error output with source links

The Observability panel categorizes logs by severity:

LevelDescription
DebugDetailed diagnostic information
InfoGeneral informational messages
WarningPotential issues that don’t stop execution
ErrorErrors that affected functionality

Filter logs by clicking on the level badges or using the filter dropdown. You can combine multiple levels.

Use the search bar to find specific log entries:

  • Text search — match log message content
  • Regex support — use regular expressions for advanced matching
  • Case sensitivity — toggle case-sensitive search

The Observability panel integrates with common logging frameworks:

  • Console.log, console.error (browser)
  • Winston, Pino (Node.js)
  • Python logging
  • Custom integrations via IPC
ShortcutAction
Cmd/Ctrl + FFocus search
EscapeClear search / Close