Skip to content

Commit

Permalink
lower log level to debug for expected missing hosts that don't run El…
Browse files Browse the repository at this point in the history
…astic
  • Loading branch information
jertel committed Sep 26, 2024
1 parent 25116a1 commit c9306ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/modules/influxdb/influxdbmetrics.go
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ func (metrics *InfluxDBMetrics) getEventstoreStatus(host string) string {
log.WithFields(log.Fields{
"host": host,
"eventStoreStatus": metrics.eventstoreStatus,
}).Warn("Host not found in process status metrics")
}).Debug("Host not found in eventstore status metrics")
}
return status
}
Expand Down

0 comments on commit c9306ca

Please sign in to comment.