[jboss-dev-forums] [Design of POJO Server] - Re: Logging integration requirements

david.lloyd@jboss.com do-not-reply at jboss.com
Thu Feb 19 11:51:35 EST 2009


"scott.stark at jboss.org" wrote : Related to better tools integration, a notion of being able to capture all logging related to a deployment. In reality I think all we can do is capture the logging related to a MainDeployer.process context, but for the tools, this will generally be just for their deployment so it should be sufficient.

It looks like one way, or perhaps the (recommended?) way to do this today is with TCLFilter, though I don't know if this is adequate, or if filters are the way to go going forward (once you get a few going, that might start to incur a pretty substantial overhead).

Making an isolated logging context based on the process context is another idea, but even if there wasn't a bunch of work to make this work, this will only capture log messages directly generated by the deployment, not by other modules involved in actions performed by or on behalf of the deployment, which may or may not be useful (I think this is what you're referring to)?


View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4211555#4211555

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4211555



More information about the jboss-dev-forums mailing list