Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc Gorzala committed Mar 30, 2024
1 parent bca0d61 commit ef81814
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ public class InfoMailCheckJob {
public void check() {
log.info("checking");
Collection<ScheduledInfoMailCheckJpaEntity> mailOutboxJpaEntities = scheduledInfoMailCheckJpaRepository.lockAndList();
log.info("After the check..." + mailOutboxJpaEntities);
log.info("Got: " + mailOutboxJpaEntities.size());
}
}

0 comments on commit ef81814

Please sign in to comment.