我有一堆针对特定后端的 haproxy 重写规则,有没有办法在 haproxy 日志中记录后端的完整 URL?
这是我的配置文件中的示例。
重新请求 ^([^\ ])\ /myservice/api/v6/offers/(。)\1\ /new/v1/offerdetailpage/offers/\2
对于请求 http://example.com/myservice/api/v6/offers/1234 在 haproxy 日志中,我只能看到后端名称和实际的传入请求 URL,我希望在 haproxy 日志中也看到 /new/v1/offerdetailpage/offers/1234 ..可以吗?
您能告诉我应该配置哪个日志字段来获取代理请求路径吗?