Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

Commit

Permalink
Set log message to debug (#1970)
Browse files Browse the repository at this point in the history
Signed-off-by: Dani Louca <dlouca@splunk.com>
  • Loading branch information
dloucasfx authored Oct 28, 2021
1 parent 65a631b commit bdc4672
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/monitors/http/http.go
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ func (m *Monitor) getTLSStats(site *url.URL, logger *logrus.Entry) (dps []*datap
}
_, err := cert.Verify(opts)
if err != nil {
logger.WithError(err).Info("failed verify certificate")
logger.WithError(err).Debug("failed verify certificate")
valid = 0
}
}
Expand Down

0 comments on commit bdc4672

Please sign in to comment.