SWS-400 - Respect parent isLogEnabled() in SoapEnvelopeLoggingInterceptor
This commit is contained in:
committed by
Greg Turnquist
parent
59e3ff1f6b
commit
0fc3119c03
@@ -47,7 +47,7 @@ public class SoapEnvelopeLoggingInterceptor extends AbstractLoggingInterceptor i
|
||||
|
||||
@Override
|
||||
public boolean handleFault(MessageContext messageContext, Object endpoint) throws Exception {
|
||||
if (logFault && logger.isDebugEnabled()) {
|
||||
if (logFault && isLogEnabled()) {
|
||||
logMessageSource("Fault: ", getSource(messageContext.getResponse()));
|
||||
}
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user