Log Types
Each log entry has a type that determines its styling and filterability:| Type | Icon | Description |
|---|---|---|
claude | Brain | Claude’s reasoning and text output |
tool | Wrench | Tool calls (file read, edit, bash, etc.) |
tool_result | Check | Results returned from tool execution |
system | Info | System messages (start, stop, status changes) |
error | Warning | Errors from the CLI or tool failures |
Filters
Use the filter toolbar to show or hide specific log types. This helps you focus on what matters:- All
- Claude Only
- Tools Only
- Errors Only
Shows everything. Default view.
Search
The search bar filters logs by text content. Type a filename, function name, or keyword to find relevant entries instantly.Layout Options
Side Panel
Terminal opens on the right side of the board. Good for wide screens — view the board and terminal simultaneously.
Bottom Panel
Terminal opens at the bottom. Better for narrow screens or when you want full board width.
Log Persistence
All terminal logs are saved to the database. You can revisit logs for completed tasks by clicking on the task card even after it moves to Done.Logs stream in real-time via WebSocket using the
task:log event. The terminal auto-scrolls to the latest entry unless you scroll up manually.