feat(FN-2482): add severity filtering for dashboard logs
- Add severity filter controls to the dashboard log viewer and apply filtering to rendered entries - Extend dashboard-tui log streaming command to support severity filtering in output - Update and stabilize dashboard and settings modal tests covering filter behavior and loading readiness - Document the severity filter usage in CLI reference and add a changeset for @runfusion/fusion
This commit is contained in:
@@ -114,11 +114,17 @@ immediately see host/port and access-token details.
|
||||
| `Enter`, `Space`, or `e` | Toggle expanded view for selected entry |
|
||||
| `Esc` | Close expanded view |
|
||||
| `w` | Toggle wrap mode (long messages wrap vs. truncate) |
|
||||
| `f` | Cycle severity filter (`all → info → warn → error → all`) |
|
||||
|
||||
The Logs list uses a scrollable viewport across the full in-memory ring buffer.
|
||||
As long as an entry is still inside the buffer, you can reach it with
|
||||
`↑`/`↓` (or `k`/`j`) and jump to absolute bounds with `Home`/`End`.
|
||||
|
||||
Severity filtering is a view-only control for the current Logs pane. Cycling with
|
||||
`f` narrows the rendered list to the selected level (`info`, `warn`, or `error`),
|
||||
but all entries remain in the ring buffer and are shown again when you return to
|
||||
`all`.
|
||||
|
||||
In wrapped mode, long log messages are displayed with word wrapping. Long
|
||||
unbroken tokens (such as URLs or stack traces) are hard-wrapped at the
|
||||
available width. In expanded view, the full message is shown with complete
|
||||
|
||||
Reference in New Issue
Block a user