3

I just read this post and i wonder if there is something like this for querying jboss log file.

IAdapter
  • 62,595
  • 73
  • 179
  • 242

3 Answers3

5

I'm developing OtrosLogViewer, it's on apache license. It's a quite good log viewer with similar features to Chainsaw.

KrzyH
  • 4,256
  • 1
  • 31
  • 43
2

JBoss logs using Log4j, and Chainsaw is a parser/GUI for Log4j

Brian Agnew
  • 268,207
  • 37
  • 334
  • 440
0

Try Chainsaw V2 - the supported expression syntax used to filter, search and colorize rows isn't SQL based, but provides a good amount of functionality (regexp queries, exists (not null), relational operators, etc).

You can view information on the expression syntax from the help/tutorial menu.

Chainsaw V2's home page: http://logging.apache.org/chainsaw/

You can run Chainsaw V2 via web start from the 'download' link on that page.

Scott
  • 1,728
  • 11
  • 11