[jboss-dev-forums] [Design of POJO Server] - Re: Logging integration requirements
adrian@jboss.org
do-not-reply at jboss.com
Thu Feb 19 11:50:16 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.
|
There already is a way to capture "deployment" (really context classloader) logging
http://www.jboss.org/community/docs/DOC-11277
But I don't think that will capture all the deployment time logging since the application's
TCL is only set for a very brief period during that time (e.g. during servlet initialization).
I did do some stuff a long time ago where you could add "call logging"
where you collect all logging for a particular thread/invocation on the server
and then log it on the client.
http://viewvc.jboss.org/cgi-bin/viewvc.cgi/jbossas/projects/aop/trunk/aspects/src/main/java/org/jboss/aspects/logging/
but it only works if you use aop-remoting.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4211553#4211553
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4211553
More information about the jboss-dev-forums
mailing list