Logs

The Logs page provides powerful log aggregation and search capabilities with centralized log exploration.

Centralized Log Explorer

Search, filter, and inspect logs from any service. View runtime details, JVM/OS diagnostics, container metadata, and attributes from OpenTelemetry logs. The log explorer provides:

  • Unified View: All logs from all services in one place
  • Rich Context: Runtime details, diagnostics, and metadata
  • OpenTelemetry Integration: Full support for OTEL log attributes
  • Fast Search: Find what you need in seconds

Log Stream:

Real-time log entries with:

  • Timestamp: When the log was generated
  • Level: Debug, Info, Warning, Error, Fatal
  • Service: Source service name
  • Message: Log message content
  • Labels: Associated labels and attributes
  • Trace Correlation: Link to related traces when available

Level Indicators:

  • 🔵 Debug: Blue
  • 🟢 Info: Green
  • 🟡 Warning: Yellow
  • 🔴 Error: Red
  • 🟣 Fatal: Purple

Filtering:

Multiple filter options:

  • Log Level: Select one or more levels
  • Service Name: Filter by service
  • Search Query: LogQL queries or free text
  • Time Range: Select time window
  • Labels: Filter by any label

LogQL Support:

Write powerful queries:

``logql {service_name="api-gateway"} |= "error" | json ``

``logql {job="app"} | json | line_format "{{.level}}: {{.message}}" ``

Expanded Log View:

Click on a log entry to see: