O
orantmp1
How do I control the depth of the stack trace printed by Log4J, before
it truncates it and writes something like:
.... 56 more
It seems that the stack trace depth is shorter for nested exceptions,
up to the point where the depth is just 5 for exceptions that are
nested about 4 levels deep.
This is very frustrating when trying to trace exceptions in AOP code,
where any runtime exceptions are wrapped in an InvocationException!
Thanks for any help here...
it truncates it and writes something like:
.... 56 more
It seems that the stack trace depth is shorter for nested exceptions,
up to the point where the depth is just 5 for exceptions that are
nested about 4 levels deep.
This is very frustrating when trying to trace exceptions in AOP code,
where any runtime exceptions are wrapped in an InvocationException!
Thanks for any help here...