Skip to content

Commit

Permalink
info level log for pipeline abort
Browse files Browse the repository at this point in the history
Signed-off-by: garyschulte <[email protected]>
  • Loading branch information
garyschulte committed Jan 24, 2024
1 parent ed1480b commit 68b4ab1
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -176,8 +176,7 @@ private Future<?> runWithErrorHandling(final ExecutorService executorService, fi
|| t instanceof AsyncOperationException) {
LOG.trace("Unhandled exception in pipeline. Aborting.", t);
} else {
LOG.info("Unexpected exception in pipeline. Aborting.");
LOG.debug("Unexpected exception in pipeline. Aborting.", t);
LOG.info("Unexpected exception in pipeline. Aborting.", t);
}
try {
abort(t);
Expand Down

0 comments on commit 68b4ab1

Please sign in to comment.