Skip to content

Commit

Permalink
DBZ-7305 Reduce log level
Browse files Browse the repository at this point in the history
  • Loading branch information
jpechane committed Mar 14, 2024
1 parent 54a2b3f commit d2031bf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ public void execute(ChangeEventSourceContext context, Db2Partition partition, Db
}
// There is no change in the database
if (currentMaxLsn.equals(lastProcessedPosition.getCommitLsn()) && shouldIncreaseFromLsn) {
LOGGER.warn("No change in the database");
LOGGER.debug("No change in the database");
metronome.pause();
continue;
}
Expand Down

0 comments on commit d2031bf

Please sign in to comment.