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.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
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.So how it is possible to disable those
INF
logs?Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions