cloudflare / foundations

Cloudflare's Rust service foundations library.
https://blog.cloudflare.com/introducing-foundations-our-open-source-rust-service-foundation-library
BSD 3-Clause "New" or "Revised" License
1.25k stars 51 forks source link

Improve metrics bind error message #40

Closed joel0 closed 5 months ago

joel0 commented 5 months ago

Previously:

app_main: Err: Address already in use (os error 98)

Now:

app_main: Err: binding to socket [::]:8000

Caused by:
    Address already in use (os error 98)