mirror of
https://github.com/vacp2p/linea-besu.git
synced 2026-01-09 23:47:57 -05:00
Move noisy, non-fatal Pipeline info log to debug (#5601)
Signed-off-by: Simon Dudley <simon.dudley@consensys.net>
This commit is contained in:
@@ -169,7 +169,7 @@ public class Pipeline<I> {
|
||||
if (tracingEnabled) {
|
||||
taskSpan.setStatus(StatusCode.ERROR);
|
||||
}
|
||||
LOG.info("Unhandled exception in pipeline. Aborting.", t);
|
||||
LOG.debug("Unhandled exception in pipeline. Aborting.", t);
|
||||
try {
|
||||
abort(t);
|
||||
} catch (final Throwable t2) {
|
||||
|
||||
Reference in New Issue
Block a user