The log4j.properties file is in the classpath, but will the webservice provider also print the logs from the httpclient? I am trying to log the requests coming in to the server. Is writing a logging module the only option to log the XMLs coming in to the server?
Afkham Azeez wrote: > > Please check whether the correct log4j.properties file is being picked up. > You can ensure that your logging config file is picked up by either > placing > it at the top of your classpath or setting the log4j.configuration System > property to point to your log4j.properties file. > > HTH > Azeez > > On Wed, May 28, 2008 at 4:24 AM, sultanat <[EMAIL PROTECTED]> wrote: > >> >> How can I log the SOAP xmls requests and responses. >> >> In the log4j.properties, I have >> log4j.logger.httpclient.wire.header=DEBUG,LOGFILE >> log4j.logger.org.apache.commons.httpclient=DEBUG,LOGFILE >> >> but nothing is being wrriten to the file. >> >> Any suggestions please. >> -- >> View this message in context: >> http://www.nabble.com/SOAP-xml-logging-axis2-tp17501869p17501869.html >> Sent from the Axis - User mailing list archive at Nabble.com. >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> >> > > > -- > Thanks > Afkham Azeez > > http://afkham.org > http://www.wso2.org > GPG Fingerprint: 643F C2AF EB78 F886 40C9 B2A2 4AE2 C887 665E 0760 > > -- View this message in context: http://www.nabble.com/SOAP-xml-logging-axis2-tp17501869p17515592.html Sent from the Axis - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
