Currently, my HAProxy logs have information about the incoming requests: HTTP version, method, host, path, and headers.
I am trying to debug my HAProxy config, and need to know what the resulting outgoing requests are, particularly the host and path.
How do I log outgoing requests so that I can debug HAProxy?