I been playing with reading in the server.log to hsqldb ...where i create a
table LOG with {id,stamp,service,type,message}, it is really cool to do a
SELECT * FROM LOG WHERE MESSAGE LIKE '%jmx%' ORDER BY SERVICE

I also glanced at log4j's SocketAppender and SocketNode ...
There is a log4j client called Chainsaw that is a kind of SocketNode and
then all one have to do in JBossRH is add to log4j.properties a default
SocketAppender. But this do not give me the sql syntax for filtering and
being able to also look at several log nodes at the same time.

So i am thinking of creating a kind of SocketNode that will use a hsqldb
instance, should i submit it as patch or where is a good place for it ? ...

Also does JSR-77 have something here that i can use should look at ? ...

/peter_f


_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to