This is an automated email from the ASF dual-hosted git repository.

toulmean pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-tuweni.git


The following commit(s) were added to refs/heads/main by this push:
     new e037f16c turns down logging output to debug on DNS refresh
     new 7917fe55 Merge pull request #418 from jflo/DNSRefreshLogging
e037f16c is described below

commit e037f16cc8432038f9bfc22071abad4557cf1c03
Author: Justin Florentine <justin+git...@florentine.us>
AuthorDate: Tue Jun 28 14:25:13 2022 -0400

    turns down logging output to debug on DNS refresh
    
    Signed-off-by: Justin Florentine <justin+git...@florentine.us>
---
 dns-discovery/src/main/kotlin/org/apache/tuweni/discovery/DNSDaemon.kt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dns-discovery/src/main/kotlin/org/apache/tuweni/discovery/DNSDaemon.kt 
b/dns-discovery/src/main/kotlin/org/apache/tuweni/discovery/DNSDaemon.kt
index 631c9667..7467f9b9 100644
--- a/dns-discovery/src/main/kotlin/org/apache/tuweni/discovery/DNSDaemon.kt
+++ b/dns-discovery/src/main/kotlin/org/apache/tuweni/discovery/DNSDaemon.kt
@@ -85,7 +85,7 @@ internal class DNSTimerTask(
   }
 
   override fun run() {
-    logger.info("Refreshing DNS records with $enrLink")
+    logger.debug("Refreshing DNS records with $enrLink")
     records(dnsResolver.collectAll(enrLink))
   }
 }


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@tuweni.apache.org
For additional commands, e-mail: commits-h...@tuweni.apache.org

Reply via email to