Skip to content
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

Log Level indicator should be based on severity number if severity text is of an unknown type #4970

Open
raj-k-singh opened this issue May 7, 2024 · 1 comment · May be fixed by #4971
Open
Assignees

Comments

@raj-k-singh
Copy link
Collaborator

raj-k-singh commented May 7, 2024

It is possible for logs to have a non-standard severity text like "ok", "200", "400" etc, along with a standard severity number
For example, the severity parser sets only severity number by default and sets severity text to the original value being parsed (like "200") unless an explicit config for overwrite_text is set to true. The overwrite_text option is not even available in older versions of otel collector contrib

In such cases, the log level indicator should be based on severity number instead of defaulting to info

@raj-k-singh raj-k-singh self-assigned this May 7, 2024
Copy link

request-info bot commented May 7, 2024

We would appreciate it if you could provide us with more info about this issue/pr!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
1 participant