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

Adds a method which prints the stack trace of a throwable without error msg #525

Merged
merged 6 commits into from
May 17, 2024

Conversation

mko-sci
Copy link
Contributor

@mko-sci mko-sci commented May 16, 2024

Also prints the complete cause chain without error message.

Before:
Bildschirmfoto 2024-05-16 um 13 18 53

After:
Bildschirmfoto 2024-05-16 um 13 18 25

Note:
In the future, every message will be displayed in the part with the messages, but truncated

Additional Notes

  • This PR fixes or works on following ticket(s): SIRI-960

Checklist

  • Code change has been tested and works locally
  • Code was formatted via IntelliJ and follows SonarLint & best practices

…or msg

Also prints the complete cause chain without error message.

Fixes: SIRI-960
@mko-sci mko-sci added 🧬 Enhancement Contains new features 🛠️ Maintenance Translations, Code Cleanup, ... labels May 16, 2024
src/main/java/sirius/kernel/health/Exceptions.java Outdated Show resolved Hide resolved
src/main/java/sirius/kernel/health/Exceptions.java Outdated Show resolved Hide resolved
Co-authored-by: Sascha Bieberstein <sabieber@users.noreply.github.com>
mko-sci and others added 3 commits May 16, 2024 14:49
Co-authored-by: Sascha Bieberstein <sabieber@users.noreply.github.com>
Fixes: SIRI-960
@mko-sci mko-sci merged commit b7c851c into develop May 17, 2024
3 checks passed
@mko-sci mko-sci deleted the feature/mko/SIRI-960 branch May 17, 2024 07:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🧬 Enhancement Contains new features 🛠️ Maintenance Translations, Code Cleanup, ...
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants