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

[tempo-distributed] Ommited unsupported log levels #3462

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

xogoodnow
Copy link
Contributor

The trace log level is not supported by the library

the which is being used here does not support the mentioned log levels
https://github.com/grafana/dskit/blob/main/server/server.go#L20

here are the supported log levels:
https://github.com/go-kit/log/blob/main/level/level.go#L78

errors:
failed parsing config: failed to parse configFile /conf/tempo.yaml: unrecognized log level "trace"
failed parsing config: failed to parse configFile /conf/tempo.yaml: unrecognized log level "fatal"
failed parsing config: failed to parse configFile /conf/tempo.yaml: unrecognized log level "panic"

Copy link
Contributor

@zalegrala zalegrala left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the PR.

@xogoodnow
Copy link
Contributor Author

Hi @zalegrala,

Thank you.
The PR needs another review apparently.
If there is anything that I should do, please let me know.

cheers

@zalegrala
Copy link
Contributor

Hi @xogoodnow, yes two reviews for all helm-charts PRs. The conflicts will need to be addressed since there was another chart change before this one.

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

Successfully merging this pull request may close these issues.

3 participants