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

Commit

Permalink
Merge pull request #8 from andriishestakov/statistics_log_level
Browse files Browse the repository at this point in the history
Decrease log level for unsupported statistics keys
  • Loading branch information
greenpau authored Aug 23, 2023
2 parents db869fa + 1186bac commit 9f328f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/ovs_exporter/ovs_exporter.go
Original file line number Diff line number Diff line change
Expand Up @@ -1136,7 +1136,7 @@ func (e *Exporter) GatherMetrics() {
intf.UUID,
))
default:
level.Error(e.logger).Log(
level.Debug(e.logger).Log(
"msg", "detected malformed interface statistics",
"system_id", e.Client.System.ID,
"key", key,
Expand Down

0 comments on commit 9f328f4

Please sign in to comment.