Add more logging
Put some more logging in CoreDNS.
This commit is contained in:
parent
4c55b6732f
commit
20e16491ec
8 changed files with 24 additions and 14 deletions
|
@ -83,7 +83,6 @@ func (e Etcd) ServeDNS(ctx context.Context, w dns.ResponseWriter, r *dns.Msg) (i
|
|||
m.Ns = []dns.RR{e.SOA(zone, state)}
|
||||
state.W.WriteMsg(m)
|
||||
return dns.RcodeSuccess, nil
|
||||
|
||||
}
|
||||
if len(records) > 0 {
|
||||
m.Answer = append(m.Answer, records...)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue