Skip to content

Commit

Permalink
silence the vertx counterpart to the tuweni dns errors (hyperledger#6684
Browse files Browse the repository at this point in the history
)

Signed-off-by: garyschulte <[email protected]>
Co-authored-by: Sally MacFarlane <[email protected]>
  • Loading branch information
garyschulte and macfarla authored Mar 5, 2024
1 parent 4982285 commit eeb997f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions besu/src/main/resources/log4j2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@
<Logger name="org.apache.tuweni.discovery.DNSResolver">
<RegexFilter regex="DNS query error with .*" onMatch="DENY" onMismatch="NEUTRAL" />
</Logger>
<Logger name="io.vertx.core.dns.DnsException">
<RegexFilter regex="DNS query error occurred:.*" onMatch="DENY" onMismatch="NEUTRAL" />
</Logger>
<Root level="${sys:root.log.level}">
<AppenderRef ref="Router" />
</Root>
Expand Down

0 comments on commit eeb997f

Please sign in to comment.