Commit afeb73c
committed
bpo-24255: Replace debug prints with logging in http.client
Replace debuglevel-based print statements with Python's standard
logging module for better integration with logging frameworks and
log aggregation tools like Sentry. Uses % formatting consistently
for better log pattern matching in aggregation tools.1 parent 572c780 commit afeb73c
4 files changed
Lines changed: 114 additions & 49 deletions
File tree
- Lib
- http
- test
- Misc/NEWS.d/next/Library
0 commit comments