Details
-
Bug
-
Resolution: Unresolved
-
Minor
-
None
-
1.0.13
-
None
Description
When using a CompositeConverter where the throwable is included in that converter, a default throwable converter is still appended. Examples:
Results in 2 stack traces:
%highlight(%exception)
Results in 1 stack trace (workaround):
%highlight(%exception)%nopex
The attached patch has not been thoroughly tested.