You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*Description of changes:*
`OTEL_PYTHON_LOG_LEVEL` uses lowercase for log levels. Changing it to
fix the uppercase only from this PR:
#449
**Testing this on Lambda (with default Lambda config setup)**:
<img width="1302" height="200" alt="image"
src="https://github.com/user-attachments/assets/4b4070bf-90e6-48ae-a787-1dfee1072512"
/>
```
START RequestId: 0157a3c0-c584-49bc-b5ba-fd2008335b83 Version: $LATEST
END RequestId: 0157a3c0-c584-49bc-b5ba-fd2008335b83
REPORT RequestId: 0157a3c0-c584-49bc-b5ba-fd2008335b83 Duration: 230.96 ms Billed Duration: 231 ms Memory Size: 512 MB Max Memory Used: 113 MB Init Duration: 1416.80 ms
XRAY TraceId: 1-689b663c-01c68093613ed19523fb9c6f SegmentId: 76d15c82545c2530 Sampled: true
```
**Testing this on Lambda (with modified Lambda config setup)**:
<img width="1378" height="264" alt="image"
src="https://github.com/user-attachments/assets/66a75fb5-77af-49eb-bf23-ad65a4dbdb65"
/>
```
Configuration of configurator not loaded, aws_configurator already loaded
START RequestId: 16d4902c-527b-4edd-86ef-abd423da365d Version: $LATEST
END RequestId: 16d4902c-527b-4edd-86ef-abd423da365d
REPORT RequestId: 16d4902c-527b-4edd-86ef-abd423da365d Duration: 166.12 ms Billed Duration: 167 ms Memory Size: 512 MB Max Memory Used: 113 MB Init Duration: 1467.68 ms
XRAY TraceId: 1-689b6692-1ea1293937b97276187b0a71 SegmentId: d2ed420726a62b67 Sampled: true
```
See:
https://opentelemetry.io/docs/zero-code/python/configuration/#logging
For valid logging values.
By submitting this pull request, I confirm that you can use, modify,
copy, and redistribute this contribution, under the terms of your
choice.
0 commit comments