Files
reverse-proxy/src
glm-5.1 23c8b74058 Wire up access logging in proxy handler
Add log_request! calls for every proxied request (success, 4xx/5xx from
upstream, 502/504 errors) and log_upstream_error! calls for upstream
connection failures and timeouts. Duration is tracked from request entry
to response using std::time::Instant.
2026-06-12 04:43:59 +00:00
..