mirror of
https://github.com/JarvyJ/HomeIntent.git
synced 2022-02-11 01:01:05 +03:00
* Completely redid the logging page * Effectively created a custom python JSON logger that plays nicely with JS * Has exceptions shown with a jump-to button * No more Rhasspy logs in the UI (maybe i'll bring it back later) * Restart pop-down now shows errors raised during restart * Moved UI form exceptions above Save button so it's easier to see when clicking save. * Disabled auto-restart in supervisord * Cleared up some exceptions and how they are handled. closes #238 and #240