Skip to content

Commit

Permalink
NET-10610 - stop logging no data as errors in DNS lookups (#21578)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmurret committed Aug 1, 2024
1 parent 588730c commit c526659
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion agent/dns/router.go
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,6 @@ func (r *Router) handleRequestRecursively(req *dns.Msg, reqCtx Context, configCt
}
resp, err := messageSerializer{}.serialize(serializedOpts)
if err != nil {
r.logger.Error("error serializing DNS results", "error", err)
return respGenerator.generateResponseFromError(&generateResponseFromErrorOpts{
req: req,
err: err,
Expand Down

0 comments on commit c526659

Please sign in to comment.