Skip to content

Commit

Permalink
Logging updates
Browse files Browse the repository at this point in the history
  • Loading branch information
arcshiftsolutions committed Aug 6, 2024
1 parent f8abef1 commit 5f90f66
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,7 @@ public void handleEvent(@NotNull final Event event) throws InterruptedException,
@Transactional(propagation = Propagation.REQUIRES_NEW)
public void startSaga(@NotNull final SdcSagaEntity saga) {
try {
log.info("Starting saga with the following payload :: {}", saga);
log.debug("Starting saga with the following payload :: {}", saga);
this.handleEvent(Event.builder()
.eventType(EventType.INITIATED)
.eventOutcome(EventOutcome.INITIATE_SUCCESS)
Expand Down

0 comments on commit 5f90f66

Please sign in to comment.