-
Notifications
You must be signed in to change notification settings - Fork 917
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
Adds DPanic and Panic level logging (writes log, then panics) #3689
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tired of panic strings that don't have enough information.
you mean, log strings, that don't have correct call stack and with DPanic
we will get the right call stack to the actual error.
both |
What changed?
New methods on logger to allow panics to create consistent logger entries.
Why?
Tired of panic strings that don't have enough information.
How did you test it?
New tests on logger.
Potential risks
Since no code is yet using these new methods, risk should be minimal.
Is hotfix candidate?
No.