> ## Documentation Index
> Fetch the complete documentation index at: https://docs.openclaws.biz/llms.txt
> Use this file to discover all available pages before exploring further.

# Debug & Logs

> Troubleshoot your gateway with raw diagnostics and live logs

Two tabs for troubleshooting your gateway.

## Debug Tab

Raw JSON snapshots and diagnostic tools:

* **Status** — current gateway state
* **Health** — health check results
* **Heartbeat** — last heartbeat timestamp
* **RPC Calls** — manual gateway commands
* **Model Catalog** — available models and providers

## Logs Tab

Live JSONL log tail with powerful filtering:

| Feature         | Description                            |
| --------------- | -------------------------------------- |
| **Log Levels**  | trace, debug, info, warn, error, fatal |
| **Text Search** | Filter logs by keyword                 |
| **Auto-follow** | Scroll to latest log automatically     |
| **Export**      | Download logs for external analysis    |

<Tip>
  Use the **error** log level filter when troubleshooting issues. Most problems will show up as error or warn level entries.
</Tip>
