Skip to content

Commit

Permalink
Reduce log level down to debug on EthPeer Permissioning (hyperledger#…
Browse files Browse the repository at this point in the history
…3114)

Signed-off-by: Antony Denyer <git@antonydenyer.co.uk>
  • Loading branch information
antonydenyer authored and eum602 committed Nov 3, 2023
1 parent 2814c3b commit 6454002
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ public void disconnect(final DisconnectReason reason) {
public RequestManager.ResponseStream send(final MessageData messageData) throws PeerNotConnected {
if (permissioningProviders.stream()
.anyMatch(p -> !p.isMessagePermitted(connection.getRemoteEnode(), messageData.getCode()))) {
LOG.info(
LOG.debug(
"Permissioning blocked sending of message code {} to {}",
messageData.getCode(),
connection.getRemoteEnode());
Expand Down

0 comments on commit 6454002

Please sign in to comment.