setting logging level #3658
Unanswered
gdevelekos
asked this question in
Q&A
Replies: 1 comment 4 replies
-
These are logged by an independent logger for the ES client, whose level can be configured via the This PR aims to address that bug: #3664. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to reduce logging to "error" (or perhaps "warning") level for the Jaeger Collector pod.
In the values file, in all sections (just to eliminate unlucky misses) wherever I saw:
cmdlineParams: {}
...I have replaced it with:
...and yet when the deployment succeeds, the container still logs at the "info" level.
Beta Was this translation helpful? Give feedback.
All reactions