-
Notifications
You must be signed in to change notification settings - Fork 113
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
Remove stacktrace from database errors #382
Conversation
Hi @3fonov Thank you for your contribution! In addition, usually, the error appears right at the beginning of the stack trace, so in what case do you need to scroll to find it? You can just ignore the reset of the lines. I understand that it might be frustrating for you to have irrelevant text, but it is crucial for many other users. We would love to get your help with other critical issues in this repo. Thank you again for your contribution. |
@BentsiLeviav added ENV VAR to control behavior and corresponding tests. |
Could you please fix the |
It seems that it is from file that i didn't touched: |
Ohh thanks for that! |
Summary
I'm always frustrated when scrolling throw stack trace to my actual errors in database.
#381
Solution
Remove stack trace and keep only database errors.
Before
After
Checklist
Delete items not relevant to your PR: