Abhishek Kumar

Results 1 comments of Abhishek Kumar

The following attached (minimal) Django server illustrates the problem [uvlog.zip](https://github.com/user-attachments/files/18756750/uvlog.zip) To reproduce: - `unzip uvlog.zip` - `cd uvlog` - run with ``` OTEL_PYTHON_LOGGING_AUTO_INSTRUMENTATION_ENABLED=true OTEL_RESOURCE_ATTRIBUTES="service.name=s1" DJANGO_SETTINGS_MODULE=core.settings OTEL_TRACES_EXPORTER=console OTEL_METRICS_EXPORTER=console OTEL_LOGS_EXPORTER=console uv run...