Skip to content

Commit bb46229

Browse files
committed
add logging for dispatching alerts completing
1 parent 4f97b18 commit bb46229

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/java/app/attestation/server/AlertDispatcher.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,8 @@ protected PasswordAuthentication getPasswordAuthentication() {
241241
logger.log(Level.WARNING, "database error", e);
242242
}
243243
}
244+
245+
logger.info("dispatching alerts completed");
244246
}
245247
}
246248
}

0 commit comments

Comments
 (0)