I wrote a standalone Java app that uses wsdl2java
generated web service clients. I also set up logging
using log4j. Axis is filling up my log file, creating
a HUGE file each time I run the app, with logging
information that I have no use for. Nowhere did I
specify that I wanted Axis to log to this file. I also
find that I have to include commons-logging as well as
log4j because Axis will throw an exception if it is
not there. Why is Axis tied to a logging
implementation and how do I turn off Axis logging?

Here are example messages:
2006-12-12 17:08:08,764 - Enter:
SOAPPart::getAsSOAPEnvelope()
2006-12-12 17:08:08,764 -
org.apache.axis.i18n.resource::handleGetObject(currForm)
2006-12-12 17:08:08,764 - current form is
FORM_SOAPENVELOPE
2006-12-12 17:08:08,764 - MessageContext:
setTargetService()
2006-12-12 17:08:08,764 - MessageContext:
setServiceHandler(null)
2006-12-12 17:08:08,779 -
org.apache.axis.i18n.resource::handleGetObject(register00)
2006-12-12 17:08:08,779 - register 'soapenv' -
'http://schemas.xmlsoap.org/soap/envelope/'
2006-12-12 17:08:08,779 - NSPush (32)
2006-12-12 17:08:08,779 - NSPush (32) 


 
____________________________________________________________________________________
Any questions? Get answers on any topic at www.Answers.yahoo.com.  Try it now.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to