Skip to content

Commit

Permalink
log on debug when onStop has been called
Browse files Browse the repository at this point in the history
  • Loading branch information
Hendrik Muhs committed Sep 27, 2023
1 parent be8a07c commit 8c25142
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +395,7 @@ protected void afterFinishOrFailure() {

@Override
protected void onStop() {
logger.debug(() -> format("[%s] transform initiating stop", transformConfig.getId()));
closePointInTime();
super.onStop();
}
Expand Down

0 comments on commit 8c25142

Please sign in to comment.