We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
OTEL_LOG_LEVEL
Add support for OTEL_LOG_LEVEL. The supported values could be:
none
error
warn
info
debug
It would be good to add a possibility to configure the logging level.
Origin of the proposed values: open-telemetry/opentelemetry-specification#2039
I think it can be done after 0.1.0-beta.
The text was updated successfully, but these errors were encountered:
SIG meeting notes
Check how .NET SDK does it and try to keep it in line. We can consider to work on it in several steps:
We can try addressing it quickly post-beta. For beta we can hardcode the debug level.
Sorry, something went wrong.
Related comment: #458 (comment)
Successfully merging a pull request may close this issue.
What
Add support for
OTEL_LOG_LEVEL
. The supported values could be:none
error
warn
info
debug
Why
It would be good to add a possibility to configure the logging level.
Origin of the proposed values: open-telemetry/opentelemetry-specification#2039
I think it can be done after 0.1.0-beta.
The text was updated successfully, but these errors were encountered: