haproxy重写规则reqirep日志

我有一堆haproxy重写规则为特定的后端,有没有办法将完整的URLlogin到haproxy日志中的后端?

这里是我的configuration文件中的示例..

reqirep ^([^ \] )\ / myservice / api / v6 / offers /(。 )\ 1 \ / new / v1 / offerdetailpage / offers / \ 2

对于haproxy日志中的请求http://example.com/myservice/api/v6/offers/1234 ,我能够看到后端名称和实际的传入请求URL,我想要看到/ new / v1 / offerdetailpage / offers / 1234以及haproxy logs ..有可能吗?

你能告诉我哪个日志字段应该configuration得到代理请求path吗?