forwarder
forwarder copied to clipboard
Add configurable log format
This may need some more research but I'd like to suggest for the one liner we allow users to provide a text template that would get both Request and Response as parameters and maybe the extra info too.
One thing to note is that this type of logging does not work for connect requests, and we need to do something about it.
Interestingly nor Caddy nor Traffic support that feature. It is common in Envoy and other proxies to be able to do that. I think the main idea behind it is to be able to log a tracking cookie typically a request header.
Out of scope of 1.0.