Skip to content

Commit

Permalink
Remove a log message
Browse files Browse the repository at this point in the history
  • Loading branch information
arnelplim committed Dec 12, 2024
1 parent 96ee668 commit 6d16cbd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions plugins/outputs/http/http.go
Original file line number Diff line number Diff line change
Expand Up @@ -270,8 +270,6 @@ func (h *HTTP) writeMetric(reqBody []byte) error {

if h.MaxRetries == 0 {
// Drop, never retry
h.Log.Debugf("%s Error HTTP status %v. MaxRetries %d so NEVER retry.",
h.URL, resp.StatusCode, h.MaxRetries)
return nil
}

Expand Down

0 comments on commit 6d16cbd

Please sign in to comment.