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 <[email protected]>
AuthorDate: Tue Jun 28 14:25:13 2022 -0400
turns down logging output to debug on DNS refresh
Signed-off-by: Justin Florentine <[email protected]>
---
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: [email protected]
For additional commands, e-mail: [email protected]