soulsync/webui
Broque Thomas 3404812a1e Improve live log viewer — fix level filters, faster updates, add search
- Fix level filter showing nothing: now uses heuristic classification
  for print() output (error/traceback/failed→ERROR, warn→WARNING, etc.)
  in addition to exact logger format matching
- Speed up WebSocket updates from 2s to 0.5s polling
- Add search box with 300ms debounce — filters both initial load and live
- Use DocumentFragment for batch DOM appends (performance)
- Increase line cap from 1000 to 2000
- Backend search parameter support in /api/logs/tail
2026-04-18 23:13:51 -07:00
..
static Improve live log viewer — fix level filters, faster updates, add search 2026-04-18 23:13:51 -07:00
index.html Improve live log viewer — fix level filters, faster updates, add search 2026-04-18 23:13:51 -07:00