Skip to content

Commit

Permalink
logging fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pdowler committed Jul 12, 2024
1 parent 5ab15db commit 82d4d2f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@ private Progress doit() {
destObservationDAO.getTransactionManager().commitTransaction();
log.debug("commit: OK");
long txnCommitTime = System.currentTimeMillis() - tmp;
log.warn("transaction: start=" + txnStartTime + " commit=" + txnCommitTime);
log.debug("transaction: start=" + txnStartTime + " commit=" + txnCommitTime);
ok = true;
ret.ingested++;
} catch (IllegalStateException oops) {
Expand Down

0 comments on commit 82d4d2f

Please sign in to comment.