]
James Perkins updated LOGMGR-210:
---------------------------------
Git Pull Request:
Use the StackTraceFormatter to render the stack trace for structured
formatters
-------------------------------------------------------------------------------
Key: LOGMGR-210
URL:
https://issues.jboss.org/browse/LOGMGR-210
Project: JBoss Log Manager
Issue Type: Task
Reporter: James Perkins
Assignee: James Perkins
Priority: Major
Currently the {{StructuredFormatter}} formats the stack trace by using
{{Throwable.printStackTrace()}}. Some JVM vendors format stack traces differently and in
the case of the IBM J9 JVM there is a bug that causes a {{StackOverflowError}} with
duplicated suppressed exceptions. Using the {{StructuredFormatter}} will be more
consistent with how the {{PatternFormatter}} formats exceptions.