mirror of
https://github.com/vacp2p/linea-besu.git
synced 2026-01-08 20:47:59 -05:00
Reduced logging level on Subscriber error callback. (#4485)
Signed-off-by: mark-terry <mark.terry@consensys.net> Signed-off-by: mark-terry <mark.terry@consensys.net> Co-authored-by: Sally MacFarlane <macfarla.github@gmail.com>
This commit is contained in:
@@ -112,7 +112,7 @@ public class Subscribers<T> {
|
||||
action.accept(subscriber);
|
||||
} catch (final Exception e) {
|
||||
if (suppressCallbackExceptions) {
|
||||
LOG.error("Error in callback: {}", e.getMessage());
|
||||
LOG.info("Error in callback: {}", e.getMessage());
|
||||
LOG.debug("Error in callback: ", e);
|
||||
} else {
|
||||
throw e;
|
||||
|
||||
Reference in New Issue
Block a user