-
Notifications
You must be signed in to change notification settings - Fork 0
Add Logs tab #43
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Summary
Add a Logs tab to the entity resource panel showing log entries per entity with severity filtering and auto-refresh.
Proposed solution (optional)
- New
LogsTabcomponent displaying log entries fromGET /{entity_type}/{entity_id}/logs - Severity filtering (DEBUG, INFO, WARN, ERROR, FATAL)
- Auto-refresh with configurable interval
- Log configuration management via
GET/PUT /{entity_type}/{entity_id}/logs/configuration
Additional context (optional)
Depends on sovd_web_ui#42 (client migration). Gateway exposes /logs endpoints since v0.4.0 with LogProvider plugin interface for custom log backends. Default implementation reads from /rosout, but the endpoint is backend-agnostic.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request