|
@@ -154,7 +154,7 @@ public abstract class Server {
|
|
|
throw new IllegalArgumentException("ReRegistration of rpcKind: " +
|
|
|
rpcKind);
|
|
|
}
|
|
|
- LOG.info("rpcKind=" + rpcKind +
|
|
|
+ LOG.debug("rpcKind=" + rpcKind +
|
|
|
", rpcRequestWrapperClass=" + rpcRequestWrapperClass +
|
|
|
", rpcInvoker=" + rpcInvoker);
|
|
|
}
|