mirror of
https://github.com/SabreTools/MPF.git
synced 2026-02-03 21:29:27 +00:00
Save crash logs #52
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mnadareski on GitHub (Jun 25, 2018).
Originally assigned to: @mnadareski on GitHub.
Currently, if the program crashes, there is no way of determining what went wrong exactly. Implement a to-file logger that will write out in the event of an issue.
Possibly put one giant try-catch around the main app runtime?
@mnadareski commented on GitHub (Jan 28, 2020):
Hardening each of the internal parts of the code has proven to be more effective so far compared to having top-level exceptions logged. Nearly all places where there used to be issues have been addressed. I'm closing this for now, given that eventually, this would be good to have as part of the external logs.