Re: how to disable CXF logging

2016-09-13 Thread niteshjain132
this message in context: http://cxf.547215.n5.nabble.com/how-to-disable-CXF-logging-tp3230531p5772572.html Sent from the cxf-user mailing list archive at Nabble.com.

Re: how to disable CXF logging

2010-10-21 Thread Daniel Kulp
On Thursday 21 October 2010 9:50:51 am Weihua JIANG wrote: > We use CXF for JAX-WS. In our project, we handled exceptions thrown by > CXF (e.g. can't connect to server). So, the exceptions are expected > and correctly handled. We also use SLF4J to perform logging for our > project. > > However, no

how to disable CXF logging

2010-10-21 Thread Weihua JIANG
We use CXF for JAX-WS. In our project, we handled exceptions thrown by CXF (e.g. can't connect to server). So, the exceptions are expected and correctly handled. We also use SLF4J to perform logging for our project. However, no matter the exceptions are handled or not, CXF will write the stack tra