mirror of
https://github.com/craigerl/aprsd.git
synced 2026-02-12 11:03:40 -05:00
This patch adds a live view of the aprsd logfile in the admin ui. This uses a new Log QueueHandler and the threads.logging_queue to push log entries into a queue. The flask websockets server will push those log entries up to a connected client browser.