Filtering app server console output in Eclipse to not include long stack traces and just show me the

Posted by reckoner on Stack Overflow See other posts from Stack Overflow or by reckoner
Published on 2010-01-19T00:20:01Z Indexed on 2010/06/16 0:02 UTC
Read the original article Hit count: 162

Filed under:
|
|
|

I am using JBoss 4.2.

Long stack traces are useless to me most of the time. Is there a way to only show the error message? Can stack traces be disabled or trimmed for normal java programs also?

© Stack Overflow or respective owner

Related posts about eclipse

Related posts about debugging