Skip to content

Commit

Permalink
Adding debug logging to suspend as well.
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptoe committed Feb 8, 2025
1 parent afd4f38 commit fa2facf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1700,7 +1700,7 @@ public void runInternal()
stateManager.maybeSetState(SeekableStreamSupervisorStateManager.SeekableStreamState.CREATING_TASKS);
createNewTasks();
} else {
log.info("Supervisor for datasource[%s] is suspended.", dataSource);
log.debug("Supervisor for datasource[%s] is suspended.", dataSource);
gracefulShutdownInternal();
}
}
Expand Down

0 comments on commit fa2facf

Please sign in to comment.