mirror of
https://github.com/coredns/coredns.git
synced 2025-12-07 19:05:19 -05:00
Add more logging
Put some more logging in CoreDNS.
This commit is contained in:
@@ -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...)
|
||||
|
||||
Reference in New Issue
Block a user