Log Unexpected Exceptions to JSON Files #143
Labels
No labels
Bug
Cleanup/Refactor
Core Feature
Documentation
Feature
Performance Improvement
Security Improvement
UX/Accessibility
Unreproducable Bug
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: rainbownapkin/canopy#143
Loading…
Reference in a new issue
No description provided.
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?
Unexpected Exceptions/Server Crashes should be logged as JSON to files with a title such as
<epoch>-<index>.JSONwith the index restarting at 0 for each new epoch.These should be dumped into their own dedicated folder, whether or not verbose is enabled in the config, as production instances still need some sort of error reporting so issues can more easily be investigated and re-created.
added #137 as parent issue
changed the description
-index is most-likely unnecessary as a millisecond would have passed by the time we read the index of the last call.
Server Crashes now dump to log files:
08d2bf8bc9