saucelabs / forwarder

Forwarder is a production-ready, fast MITM proxy with PAC support. It's suitable for debugging, intercepting and manipulating HTTP traffic. It's used as a core component of Sauce Labs Sauce Connect Proxy.
https://forwarder-proxy.io
Mozilla Public License 2.0
200 stars 13 forks source link

log: revert log level to int #847

Closed Choraden closed 2 weeks ago

Choraden commented 2 weeks ago

The previous idea was wrong. String type messes up the order of log levels. We will shift it.

mmatczuk commented 2 weeks ago

LGTM