Skip to content

Commit

Permalink
Add debug log for txn info
Browse files Browse the repository at this point in the history
  • Loading branch information
tejaskriya committed Feb 7, 2025
1 parent 9415045 commit 4f183d5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ public List<SCMCommand> dispatch(SCMHeartbeatRequestProto heartbeat) {
}
int len = allCommands.length();
allCommands.delete(len - 2, len);
LOG.info("Heartbeat dispatched: datanode=" + datanodeDetails.getUuid() + ", Commands= [" + allCommands + "]");
LOG.debug("Heartbeat dispatched: datanode=" + datanodeDetails.getUuid() + ", Commands= [" + allCommands + "]");
}

return commands;
Expand Down

0 comments on commit 4f183d5

Please sign in to comment.