Skip to content

Commit

Permalink
0003454: Purge of stranded data_events on PostgreSQL is too slow
Browse files Browse the repository at this point in the history
  • Loading branch information
erilong committed Mar 1, 2018
1 parent 025fb22 commit d9e3554
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -130,7 +130,7 @@ public long purgeOutgoing(Calendar retentionCutoff, boolean force) {
log.debug("Could not get a lock to run an outgoing purge");
}
} catch (Exception ex) {
log.error("", ex);
log.error("Error during outgoing purge", ex);
} finally {
log.info("The outgoing purge process has completed");
}
Expand Down

0 comments on commit d9e3554

Please sign in to comment.