forwarder
forwarder copied to clipboard
log: allow 3rd code called by martian log lines with request trace ID
Logging of request trace ID should be moved to the forwarder/log package to enable logging trace ID from other code paths.
This requires logger API change to accept context.
Relates to #352