opentelemetry-go
opentelemetry-go copied to clipboard
Support the OTEL_LOG_LEVEL environment variable
Add support for the OTEL_LOG_LEVEL environment variable as defined in the specification.
Blocked by https://github.com/open-telemetry/opentelemetry-go/issues/1068
Part of https://github.com/open-telemetry/opentelemetry-go/issues/1698
Also blocked by https://github.com/open-telemetry/opentelemetry-specification/issues/2039. The logging levels we implement need to be compatible with other langauges.
Cuurently is there any way to change log level for Golang?
Cuurently is there any way to change log level for Golang?
Register a logr.Logger with the desired logging level.