Skip to content

Commit

Permalink
Backport of NET-10610 - stop logging no data as errors in DNS lookups…
Browse files Browse the repository at this point in the history
… into release/1.19.x (#21583)

backport of commit 0493b1e

Co-authored-by: John Murret <[email protected]>
  • Loading branch information
hc-github-team-consul-core and jmurret authored Aug 1, 2024
1 parent 9550011 commit 2225814
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 2225814

Please sign in to comment.