Remove httplog directive from backends as ignored

Option httplog directive is ignored in backends
http://cbonte.github.io/haproxy-dconv/2.0/configuration.html#4-option%20httplog

Change-Id: I792f22b8e20b3ca34be78a9c87ca0f1050f9225c
This commit is contained in:
James Gibson 2021-11-12 10:46:47 +00:00
parent 800254b354
commit 9b1fd69588
1 changed files with 0 additions and 1 deletions

View File

@ -93,7 +93,6 @@ backend {{ item.service.haproxy_service_name }}-back
{% endif %}
{% if request_option == "http" %}
option forwardfor
option httplog
{% elif request_option == "tcp" %}
option tcplog
{% endif %}