You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a problem, that we have set the log level to error but we can still see info logs in the k8s pod.
We are using the promitor-agent-resource-discovery chart.
In the deployed configmap which is coming from the helm chart, I can see in the runtime.yaml key, that the telemetry is set to Error and is reflecting our values.yaml loglevel.
Expected Behavior
Don't see INF logs of the healthcheck if loglevel is set to Error
Report
We have a problem, that we have set the log level to error but we can still see info logs in the k8s pod.
We are using the promitor-agent-resource-discovery chart.
Here is a part of our values.yaml file
As long as I understood the coding correctly, there should now only be Error logs displayed from the pod. But we still see
INF
logs.In the deployed configmap which is coming from the helm chart, I can see in the
runtime.yaml
key, that the telemetry is set toError
and is reflecting our values.yaml loglevel.Expected Behavior
Don't see
INF
logs of the healthcheck if loglevel is set toError
Actual Behavior
We see the following log lines
Steps to Reproduce the Problem
...
Component
Resource Discovery
Version
0.9.0
Configuration
Configuration:
ConfigMap of the K8s deployment:
Logs
Platform
Other
Contact Details
No response
The text was updated successfully, but these errors were encountered: