java - Changing log level on AXIS and cxf webservices -


i accessing webservice deployed in other remote machine implemented using axis2. have created webesrvice using cxf in turn invokes other wesbervice mentioned above. when deploy war file on tomcat getting soap messages on console , getting overridden logs.i disable debug statements.

is there way change ? should need modify in remote server axis webservice running( 1 cxf webservice using). getting debug statements below.

pache.axis.message.messageelement:trustlevelmap 2011-07-22 12:56:56 deserializationcontext [debug] exit: deserializationcontext: :endelement() 2011-07-22 12:56:56 deserializationcontext [debug] enter: deserializationcontext ::endelement(, trustlevelmap) 2011-07-22 12:56:56 projectresourcebundle [debug] org.apache.axis.i18n.resource: :handlegetobject(pophandler00) 2011-07-22 12:56:56 deserializationcontext [debug] popping handler org.apache.ax is.message.soaphandler@6961fdd9 2011-07-22 12:56:56 deserializationcontext [debug] popped element stack org.a pache.axis.message.messageelement:navigation 2011-07-22 12:56:56 deserializationcontext [debug] exit: deserializationcontext: :endelement() 

apart want change cxf log level debug info also.please provide me pointers.

find log4j.properties file. add

log4j.logger.org.apache.axis=error 

for log4j.xml - don't know syntax? see:

http://ws.apache.org/axis/java/developers-guide.html#logging/tracing , http://ws.apache.org/axis/java/developers-guide.html#turningondebugoutput

(i'm answering later asked because found question when wanted know same thing)


Comments

Popular posts from this blog

c# - How to set Z index when using WPF DrawingContext? -

razor - Is this a bug in WebMatrix PageData? -

visual c++ - Using relative values in array sorting ( asm ) -