[jboss-dev-forums] [JBoss ESB Development] - Re: Performance Improvement Prop: Cache PortReference.extend

dward do-not-reply at jboss.com
Mon Dec 7 18:43:48 EST 2009


There were indeed a couple debug statements in ActionProcessingPipeline that ended up causing extendedToString being called because they weren't surrounded in a isDebugEnabled().  I've fixed those.

What threw me is that after fixing those, I still saw extendedToString being called (7 times for just 1 web service request!).  After looking at the call stack, the debug statements were still being invoked.  I looked at the jboss-log4j.xml file, and I had to uncomment out the section that limits org.jboss to INFO.  Any reason why the log4j level isn't INFO by default?  I think we might need to change jboss-log4j.xml in jbossesb-server-base.zip.

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

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



More information about the jboss-dev-forums mailing list