-
Notifications
You must be signed in to change notification settings - Fork 3.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: fix setting of info log level when trying to detect level from log lines #12635
Conversation
Please rollout this version soon, this bug affecting our production logs |
Could we get a 3.x release with this fix soon? |
When will the Loki Helm charts be updated? We just updated with Helm v6.5.1 (v3.0.0) and it still shows the wrong log-level (i see it is tagged for a 3.1.x release) |
Is there an ETA on when this will be merged in? It was fixed 3 weeks ago and the latest Loki does not reflect the changes so the image tag version in the Helm charts cannot even be updated. |
Still hasn't been released? |
What this PR does / why we need it:
I made a mistake while setting log level for info logs with logfmt/json format. This PR fixes it.