Skip to content

Commit

Permalink
chore: log message send to destination for file transfer (#14474)
Browse files Browse the repository at this point in the history
  • Loading branch information
benmoriceau committed Oct 28, 2024
1 parent f9ef998 commit 3998c84
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,9 @@ private void writeToDestination() {
if (message == null) {
continue;
}

if (replicationInput.getUseFileTransfer()) {
LOGGER.info("writeToDestination: writing message to transfer file");
}
try (final var t = writeToDestStopwatch.start()) {
destination.accept(message);
}
Expand Down

0 comments on commit 3998c84

Please sign in to comment.