Skip to content

Commit

Permalink
adds log
Browse files Browse the repository at this point in the history
  • Loading branch information
ariannazafarana committed Nov 14, 2023
1 parent 324e092 commit 2a14a99
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ public void cleanSignal(){
try {
signalService.cleanSignal();
}catch (PDNDBatchAlreadyExistException ex) {
log.info(ex.getMessage());
log.error("An error occurred ", ex);
}

log.info("CleanSignal Ended: {}", dateTimeFormatter.format(LocalDateTime.now()));
}


Expand Down

0 comments on commit 2a14a99

Please sign in to comment.