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
- Send logs from your app using the SDK with a level, message, and optional attributes.
- Search and filter logs in the AppPanel dashboard by level, message, or attributes.
Log levels
| Level | Description |
|---|---|
trace | Fine-grained debugging information |
debug | Diagnostic information for development |
info | General operational messages |
warn | Something unexpected that isn't an error |
error | An error that should be investigated |
fatal | A critical failure |