Skip to content

Commit

Permalink
D-31846 disable pekko DnsClient warning in the worker logs (#209)
Browse files Browse the repository at this point in the history
  • Loading branch information
vpugar-digital authored Nov 30, 2023
1 parent 3a87e96 commit e0907d2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
<logger name="org.springframework.beans.factory.support.DefaultListableBeanFactory" level="error"/>
<logger name="liquibase" level="warn"/>
<logger name="org.springframework.web.socket.adapter.jetty.JettyWebSocketHandlerAdapter" level="off"/>
<logger name="org.apache.pekko.io.dns.internal.DnsClient" level="error" />

<!-- Audit logging -->

Expand Down

0 comments on commit e0907d2

Please sign in to comment.