calpoly-csai / calpoly-csai/api
Function to log errors and details to a new table
Open
enhancement
- Dominant language
- Python
- Stars
- 9
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
## Objective
Help track down errors by providing an interface to store errors in the sql database
## Key Result
Easy to use error logging system
## Details
Should probably be a table with an error_id (PRIMARY KEY), description of some sort/exception details/stacktrace, and a FOREIGN KEY referencing the QuestionLog. Maybe some other fields too?
**Describe alternatives you've considered**
We could automate creating github issues, which sounds awesome but could be a lot more work.
[1]: https://github.com/calpoly-csai/api/milestones
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.