Skip to content

Commit

Permalink
add logs
Browse files Browse the repository at this point in the history
  • Loading branch information
peacewong committed Mar 19, 2024
1 parent e44ff0b commit f1d88fc
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ class MessageReceiver extends Receiver with Logging {
logger.info("From caller {} get sync message", RPCUtils.getServiceInstanceFromSender(sender))
message match {
case requestProtocol: RequestProtocol =>
logger.info(
"With message requestProtocol class name:{}",
requestProtocol.getClass.getSimpleName
)
val methodExecuteWrapper =
receiverMethodSearcher.getMethodExecuteWrappers(requestProtocol)
messageExecutor.execute(requestProtocol, methodExecuteWrapper, sender)
Expand Down

0 comments on commit f1d88fc

Please sign in to comment.