Skip to content

Commit

Permalink
add logging for dispatching alerts completing
Browse files Browse the repository at this point in the history
  • Loading branch information
thestinger committed Sep 26, 2024
1 parent d7c180a commit b651d49
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/app/attestation/server/AlertDispatcher.java
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,8 @@ protected PasswordAuthentication getPasswordAuthentication() {
logger.log(Level.WARNING, "database error", e);
}
}

logger.info("dispatching alerts completed");
}
}
}

0 comments on commit b651d49

Please sign in to comment.