-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Conversation
Signed-off-by: xogoodnow <xo4ever9999@gmail.com>
Signed-off-by: xogoodnow <xo4ever9999@gmail.com>
Signed-off-by: xogoodnow <xo4ever9999@gmail.com>
There was a problem hiding this 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.
Hi @zalegrala, Thank you. cheers |
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. |
Signed-off-by: Ali <115415312+xogoodnow@users.noreply.github.com>
Signed-off-by: xogoodnow <xo4ever9999@gmail.com>
Signed-off-by: xogoodnow <xo4ever9999@gmail.com>
Signed-off-by: Ali <115415312+xogoodnow@users.noreply.github.com>
Signed-off-by: xogoodnow <xo4ever9999@gmail.com>
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"