ruby-dns / net-dns

Net::DNS is a DNS library written in Ruby.
http://net-dns.rubyforge.org
Other
165 stars 42 forks source link

AXFR as TCP messages should not be warnings #61

Closed jheiss closed 5 years ago

jheiss commented 10 years ago

In Resolver when you request an AXFR there is a @logger.warn call to says that TCP will be used. These don't seem to warrant the "warn" level to me. @logger.info would probably be more appropriate.

My script is spitting out these messages on every run and I'll probably just configure Logger to not display warning messages as a result, which seems less than ideal.

jheiss commented 10 years ago

Looks like this is a subset of issue #9