Hi, I want to track every request and response which crosses the HAProxy. Therefore, I want forward the request to 2 distinct servers and collect the response and forward to the "log" server and to client. Basically I want do "sampling" of every request and stamp a counter on their header for sorting. My question: It's this possible? The alternative is log but I'm wondering of how efficient is the logging of all package. Is the log async?
Thanks for helping :) -- *Dário Nascimento*

