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

Update the logback.xml to log exceptions root cause first #57

Closed
AlexITC opened this issue Oct 6, 2018 · 2 comments
Closed

Update the logback.xml to log exceptions root cause first #57

AlexITC opened this issue Oct 6, 2018 · 2 comments
Labels
good first issue Good for newcomers server Changes required on the server project

Comments

@AlexITC
Copy link
Collaborator

AlexITC commented Oct 6, 2018

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.

@AlexITC AlexITC added good first issue Good for newcomers server Changes required on the server project Hacktoberfest labels Oct 6, 2018
@rishacha
Copy link
Contributor

rishacha commented Oct 6, 2018

Hi, can I take this up?

@AlexITC
Copy link
Collaborator Author

AlexITC commented Oct 6, 2018

Of course!

Be sure to follow the contributing guidelines please.

AlexITC pushed a commit that referenced this issue Oct 10, 2018
This change helps identify the root cause in the stack trace of exceptions.
@AlexITC AlexITC closed this as completed Oct 10, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers server Changes required on the server project
Projects
None yet
Development

No branches or pull requests

2 participants