Skip to content

Commit

Permalink
Added Logs to record route request
Browse files Browse the repository at this point in the history
  • Loading branch information
LoggingResearch authored Jul 18, 2023
1 parent 78610d8 commit b4ce196
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,8 @@ public void handleStreamClosePacket(ServerStreamChannel streamChannel, StreamClo
}

private boolean handleRouteRequest(TCommandTransfer request, RequestPacket requestPacket, PinpointSocket pinpointSocket) {
logger.info("handleRouteRequest() request:{}, remote:{}", request, pinpointSocket.getRemoteAddress());

byte[] payload = request.getPayload();
TBase<?, ?> command = deserialize(payload);

Expand Down

0 comments on commit b4ce196

Please sign in to comment.