-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
fix(log): Log exception class when message is empty #41406
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
fix(log): Log exception class when message is empty #41406
Conversation
tcitworld
left a comment
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.
Maybe add an "Exception thrown:" prefix for context?
ChristophWurst
left a comment
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.
Can we also find out where an empty log message is logged?
The error from production was in logged via this: Line 81 in bb2c2bb
|
Signed-off-by: Joas Schilling <[email protected]>
78915b9 to
a5684ea
Compare
|
Added the prefix |
|
/backport to stable27 |
|
/backport to stable26 |
Checklist