Is there any tool that can extract a list of stack traces appearing in the log file and probably count unique ones?
EDIT: I would preffer something that is not GUI-based and be run on the background and give some kind of report back. I have quite many logs gathered from several environments and just would like to get quick overview.
I have come up with the following Groovy script. It is, of course, very much adjusted to my needs, but I hope it helps someone.