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
233 stars 13 forks source link

log: allow 3rd code called by martian log lines with request trace ID #544

Open mmatczuk opened 11 months ago

mmatczuk commented 11 months ago

Logging of request trace ID should be moved to the forwarder/log package to enable logging trace ID from other code paths.

mmatczuk commented 9 months ago

This requires logger API change to accept context.

mmatczuk commented 1 month ago

Relates to #352