Roger Collins
Results
2
comments of
Roger Collins
According to the [specification](https://opentelemetry.io/docs/specs/otel/configuration/sdk-environment-variables/#general-sdk-configuration), `OTEL_LOG_LEVEL` is to be used for the SDK loggers, not the instrumented OTLP loggers. The logging config should only apply to the `opentelemetry` logger namespace and...
I've already done the work for this in my fork - the fix is extremely simple. However, according to discussion other issues here around logging, it seems that there's a...