Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Function to log errors and details to a new table #181

Open
snekiam opened this issue Jul 19, 2020 · 0 comments
Open

Function to log errors and details to a new table #181

snekiam opened this issue Jul 19, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@snekiam
Copy link
Member

snekiam commented Jul 19, 2020

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.

@snekiam snekiam added the enhancement New feature or request label Jul 19, 2020
@ethanahlquist ethanahlquist self-assigned this Jul 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants