@@ -59,6 +59,26 @@ public class DefaultExceptionFilter extends ExceptionFilter implements Filter {
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);