Add additional logging to message send log store
This commit is contained in:
parent
6dabf4550b
commit
1db7f8d76e
@ -354,6 +354,8 @@ public class MessageSendLogStore implements AutoCloseable {
|
|||||||
final var rowCount = statement.executeUpdate();
|
final var rowCount = statement.executeUpdate();
|
||||||
if (rowCount > 0) {
|
if (rowCount > 0) {
|
||||||
logger.debug("Removed {} outdated entries from the message send log", rowCount);
|
logger.debug("Removed {} outdated entries from the message send log", rowCount);
|
||||||
|
} else {
|
||||||
|
logger.trace("No outdated entries to be removed from message send log.");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user