sozu-proxy / sozu

Sōzu HTTP reverse proxy, configurable at runtime, fast and safe, built in Rust. It is awesome!
https://www.sozu.io/
GNU Affero General Public License v3.0
3.12k stars 193 forks source link

better logging of back error #1034

Closed Keksoj closed 1 year ago

Keksoj commented 1 year ago

Production did show a big number of back error logs that are not meaningfull. This PR splits it into several ones in the backend_hup scope. One is an error, the other (common and begign) becomes a trace. Both give more context.