We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Update the logback.xml to log exceptions root cause first
When an exception is thrown and it has nested causes, the root cause should be the first displayed exception.
When an exception is thrown and it has nested causes, the root cause is not the first displayed exception.
Shutting the xsnd or postgres off and leaving the project running show start displaying exceptions.
The text was updated successfully, but these errors were encountered:
Hi, can I take this up?
Sorry, something went wrong.
Of course!
Be sure to follow the contributing guidelines please.
server: Add root-cause-exception-first logging to logback.xml (#57)
35deff6
This change helps identify the root cause in the stack trace of exceptions.
No branches or pull requests
Update the logback.xml to log exceptions root cause first
Expected behavior
When an exception is thrown and it has nested causes, the root cause should be the first displayed exception.
Actual behavior
When an exception is thrown and it has nested causes, the root cause is not the first displayed exception.
Steps to reproduce the behavior
Shutting the xsnd or postgres off and leaving the project running show start displaying exceptions.
The text was updated successfully, but these errors were encountered: