Skip to content

Commit

Permalink
issue #1078: adds log for invalid messages
Browse files Browse the repository at this point in the history
  • Loading branch information
mrk-vi authored and danielecalda committed Oct 1, 2024
1 parent 8986c9d commit 790b813
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -460,6 +460,8 @@ private Behavior<Command> onWorkStageResponse(WorkStageResponse workStageRespons

var requester = invalid.requester();

log.warnf("Received an invalid payload to work: %s", invalid.errorMessage());

requester.tell(new Failure(invalid.errorMessage()));

}
Expand Down

0 comments on commit 790b813

Please sign in to comment.