junhaoliao / iCtrl

A Simple VNC + SSH Shell + SFTP Client
https://ictrl.ca
Other
169 stars 14 forks source link

Log exceptions and responses in Flask routes. #31

Closed xx12345798 closed 2 months ago

junhaoliao commented 4 months ago

Please also help adding the sys.excepthook and ExceptionThread utilities we discussed offline (documented in some internal notes) to handle uncaught exceptions outside of Flask route handlers. Previously I believe @li-ruihao was assigned to integrate those, but we didn't end up submitting those in #28 . Let's coordinate and see if the changes are suitable to be made in this PR or another one.