Skip to content

Conversation

@jtduffy
Copy link
Contributor

@jtduffy jtduffy commented Sep 28, 2023

Resolves #54
Thanks to @vivekkothari for the original PR suggesting the use of ThrowableProxyUtil.asString() method for generating stacktraces from logback.

  • Addition of org.apache.commons:commons-lang3:3.13.0 to utilize its ExceptionUtils class
  • Use of ExceptionUtils.getStackFrames() and ThrowableProxyUtil.asString() to generate stack traces that will include nested caused by sections in the full stack trace
  • Config change so that setting the max stack trace size property to a value of 0 will allow unlimited stack trace sizes
  • Additional/modified tests

@jtduffy jtduffy requested a review from a team September 29, 2023 11:19
@jtduffy jtduffy merged commit 23e4825 into main Oct 2, 2023
@jtduffy jtduffy deleted the capture-full-trace branch October 2, 2023 12:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

Exception cause is not logged

3 participants