devika
devika copied to clipboard
Implement the Logs page in the Svelte Web UI
In the main UI, the Logs page is not implemented yet. Here's how to implement it:
API
Get Real-time Logs
Endpoint: /api/real-time-logs
Method: GET
Poll this endpoint in the main event loop.
UI
Render the logs inside a code block with syntax highlighting for log files.
Hi, I'm interested in contributing to this issue if it's not already taken.