fix(rustproxy-http): remove connection pool hit logging and keep logging limited to actual failures

This commit is contained in:
2026-03-16 13:12:24 +00:00
parent 59e108edbd
commit c65369540c
3 changed files with 8 additions and 10 deletions

View File

@@ -1,5 +1,11 @@
# Changelog
## 2026-03-16 - 25.11.12 - fix(rustproxy-http)
remove connection pool hit logging and keep logging limited to actual failures
- Removes debug and warning logs for HTTP/2 connection pool hits and age checks.
- Keeps pool behavior unchanged while reducing noisy per-request logging in the Rust HTTP proxy layer.
## 2026-03-16 - 25.11.11 - fix(rustproxy-http)
improve HTTP/2 proxy error logging with warning-level connection failures and debug error details