AppPanel
Logging

Overview

Collect and search structured logs from your app.

Logging lets you send structured logs from your app to AppPanel, where you can search and filter them in the dashboard.

How it works

  1. Send logs from your app using the SDK with a level, message, and optional attributes.
  2. Search and filter logs in the AppPanel dashboard by level, message, or attributes.

Log levels

LevelDescription
traceFine-grained debugging information
debugDiagnostic information for development
infoGeneral operational messages
warnSomething unexpected that isn't an error
errorAn error that should be investigated
fatalA critical failure

On this page