How to reduce the stack trace logging ?
Hi
At times we seem to have huge log files. Apparently some more or less innocent errors are logged with their full stack trace of executed java methods, Sometimes more than 100 lines long for a single occurance.
Is there a way to only display the top methods in the stack trace ?


