Expand description
Custom tracing layer for TUI mode
This module implements a tracing subscriber layer that captures log events and stores them in a shared buffer for display in the TUI log panel, instead of writing to stdout which would break the ratatui alternate screen.
Structsยง
- TuiLog
Layer - A tracing layer that captures log events for TUI display