Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc Gorzala committed Dec 27, 2023
1 parent e3ed39c commit bf4cfaa
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ public void appendNew(Eventlog eventlog) {
} catch (SQLException sqlException) {
throw new ApplicationException("Unable to create new Eventlog-Entry.", sqlException);
}
log.info("Now scheduling..." + eventlog);
scheduleMessagePort.schedule(
eventlog,
eventlog.getId().toString(),
Expand Down

0 comments on commit bf4cfaa

Please sign in to comment.