I have log4j in my JAVA application and when I call an external WebService, I have many debug logs of this webservice. Can I disable these logs ?
(I want of course keep all the other logs of my application and I disable only the one for Webservice call method)
Thank you very much