Proper error logging #16
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. Continue?
A lot of actions can produce errors, e.g. parsing packages, generating package archives etc.
All of these errors should be handled properly, with actions being retried as needed depending on what kind of error occured. The errors should also be logged in the database to allow an admin user to inspect them. This will be especially useful once I start work on the web ui, where an admin interface can provide access to this data.