Open mmatczuk opened 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.
forwarder/log
This requires logger API change to accept context.
Relates to #352
Logging of request trace ID should be moved to the
forwarder/log
package to enable logging trace ID from other code paths.