Skip to content

Commit

Permalink
change log level (#1)
Browse files Browse the repository at this point in the history
Co-authored-by: Karim TAAM <[email protected]>
  • Loading branch information
macfarla and matkt authored May 10, 2024
1 parent 6b0376c commit d780a65
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ class DNSResolver @JvmOverloads constructor(
return null
}
} catch (e: DnsException) {
logger.warn("DNS query error with $domainName", e)
logger.debug("DNS query error with $domainName", e)
return null
} catch (e: IOException) {
logger.warn("I/O exception contacting remote DNS server when resolving $domainName", e)
Expand Down

0 comments on commit d780a65

Please sign in to comment.