Add disableCache/disableExpire option for dns client
This commit is contained in:
@@ -99,7 +99,7 @@ func (t *TLSTransport) newConnection(conn *dnsConnection) {
|
||||
cancel()
|
||||
conn.err = err
|
||||
if err != nil {
|
||||
t.logger.Warn("connection closed: ", err)
|
||||
t.logger.Debug("connection closed: ", err)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user