integr8ly / application-monitoring-operator

Operator for installing the Application Monitoring Stack on OpenShift (Prometheus, AlertManager, Grafana)
Apache License 2.0
30 stars 45 forks source link

INTLY-817: increasing Prometheus log level to decrease excessive logging #80

Closed wojta closed 4 years ago

wojta commented 4 years ago

Motivation

Removing excessive logging of the prometheus-operator

What

Increasing log level to warn,

Why

We probably don't need to have Info level stuff in our logs, it causes this log flooding.

Checklist:

Notes

Tested on minishift only, not full integr8ly install.

It's a sort of a quick and dirty fix... As mentioned in https://github.com/coreos/prometheus-operator/issues/1966. There is PR open for moving this logging to DEBUG level. But there is probably a bigger problem of executing this syncing stuff too often, so there may be a another fix in the future.

wojta commented 4 years ago

@david-martin