@@ -55,14 +52,14 @@ public class DubboProviderExceptionFilter implements Filter, Filter.Listener {
...
@@ -55,14 +52,14 @@ public class DubboProviderExceptionFilter implements Filter, Filter.Listener {
appResponse.setException(exception);
appResponse.setException(exception);
}
}
}catch(Throwablee){
}catch(Throwablee){
logger.warn("Fail to ExceptionFilter when called by "+RpcContext.getContext().getRemoteHost()+". service: "+invoker.getInterface().getName()+", method: "+invocation.getMethodName()+", exception: "+e.getClass().getName()+": "+e.getMessage(),e);
log.warn("Fail to ExceptionFilter when called by "+RpcContext.getContext().getRemoteHost()+". service: "+invoker.getInterface().getName()+", method: "+invocation.getMethodName()+", exception: "+e.getClass().getName()+": "+e.getMessage(),e);
logger.error("Got unchecked and undeclared exception which called by "+RpcContext.getContext().getRemoteHost()+". service: "+invoker.getInterface().getName()+", method: "+invocation.getMethodName()+", exception: "+e.getClass().getName()+": "+e.getMessage(),e);
log.error("Got unchecked and undeclared exception which called by "+RpcContext.getContext().getRemoteHost()+". service: "+invoker.getInterface().getName()+", method: "+invocation.getMethodName()+", exception: "+e.getClass().getName()+": "+e.getMessage(),e);