Hello,
Just wondering if there’s a means to get 0.12.5 of the controller to get the actual haproxy instance to log to the pod stdout?
Thanks for any suggestions. I’ve tried adding the following to the configmap but it didn’t help:
config-global: |
log stdout format raw local0 info
config-defaults: |
option httplog
config-frontend: |
option httplog
http-request capture req.hdr(Host) len 64
http-request capture req.hdr(User-Agent) len 100
Thanks,
Alan