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.01k stars 187 forks source link

Do not set RUST_LOG on logger setup #1047

Closed Wonshtrum closed 10 months ago

Wonshtrum commented 10 months ago

Setting RUST_LOG increased the log level of all loggers in e2e tests which is not wanted. I'm not sure why this line was here, the comment seems out of date since the workers get the wanted log level just fine.