Jeremy Voss
Jeremy Voss
I get this all the time as well.
> 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`...
@roger-collins-self I switched to using OTEL_PYTHON_LOG_LEVEL instead of OTEL_LOG_LEVEL. This must by why the logging instrumentation does the same.
Looks like there's some issue with Python 3.8. Will investigate.
I don't understand this error. How might it be related to this change? https://github.com/open-telemetry/opentelemetry-python/actions/runs/15004918710/job/42163726837#step:5:408 ``` /opt/hostedtoolcache/Python/3.8.18/x64/lib/python3.8/argparse.py:1548: ArgumentError ____________________________ TestArgs.test_exporter ____________________________ self = _ = @patch("opentelemetry.instrumentation.auto_instrumentation.execl") def test_exporter(self, _): # pylint:...
From the way celery tasks are written, it seems like they should be referencing the same logger as code outside the task. My guess is that celery does some level...
Parallel issue in OpenCensus: https://github.com/census-instrumentation/opencensus-python/issues/900