Skip to content

Commit

Permalink
Revert "Move noisy, non-fatal Pipeline info log to debug (hyperledger…
Browse files Browse the repository at this point in the history
…#5601)"

This reverts commit e914059.
  • Loading branch information
davidkngo committed Jul 21, 2023
1 parent 5c7b9bb commit 5e4adf5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ private Future<?> runWithErrorHandling(final ExecutorService executorService, fi
if (tracingEnabled) {
taskSpan.setStatus(StatusCode.ERROR);
}
LOG.debug("Unhandled exception in pipeline. Aborting.", t);
LOG.info("Unhandled exception in pipeline. Aborting.", t);
try {
abort(t);
} catch (final Throwable t2) {
Expand Down

0 comments on commit 5e4adf5

Please sign in to comment.