Back Forum Reply New

Logging using logginginterceptor

I am using logging interceptor,but still i am seeing the Soap logging the request and response.I want a way to disable the Soap logging of request and response.
Is there any way to do this.can somebody please help me on this ....Turn the logging level to ERROR for the soap package.

Should i change the logging level to error in log4j.properties ?
Please give me an example of how to change the level and i dont know how to do this for package level.

..ws.server.Message  Tracing=ERROR
i changed to the following way and the duplicate logging by SOAP is now gone.

but if there is an error and suppose request does not reach the interceptor,will the messagetracing log the soap request/response ?
Please clarify.

..ws.server.endpoin  t.interceptor=DEBUG,soaplog
log4j.logger.org..ws.server.endpoin  t.interceptor.additivity=false
¥
Back Forum Reply New