mirror of
https://github.com/coredns/coredns.git
synced 2025-11-03 10:43:20 -05:00
Add more logging
Put some more logging in CoreDNS.
This commit is contained in:
@@ -73,7 +73,7 @@ func (e Etcd) A(zone string, state middleware.State, previousRecords []dns.RR) (
|
||||
case ip.To4() != nil:
|
||||
records = append(records, serv.NewA(state.QName(), ip.To4()))
|
||||
case ip.To4() == nil:
|
||||
// noda?
|
||||
// nodata?
|
||||
}
|
||||
}
|
||||
return records, nil
|
||||
|
||||
Reference in New Issue
Block a user