Skip to content

Commit

Permalink
gbif/pipelines#957 Add extra logging to track step changes
Browse files Browse the repository at this point in the history
  • Loading branch information
muttcg committed Apr 19, 2024
1 parent f5bf288 commit 92c8eee
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -617,6 +617,8 @@ public long updatePipelineStep(PipelineStep pipelineStep, String user) {
pipelineStep.setStarted(LocalDateTime.now());
pipelineStep.setCreatedBy(user);

LOG.info("Update pipelines step: {}, state: {}", pipelineStep.getKey(), pipelineStep.getState());

mapper.updatePipelineStep(pipelineStep);
return pipelineStep.getKey();
}
Expand Down

0 comments on commit 92c8eee

Please sign in to comment.