From 9b1fd695881088a7fe1fa3466023e94f50286179 Mon Sep 17 00:00:00 2001 From: James Gibson Date: Fri, 12 Nov 2021 10:46:47 +0000 Subject: [PATCH] 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 --- templates/service.j2 | 1 - 1 file changed, 1 deletion(-) diff --git a/templates/service.j2 b/templates/service.j2 index 27578af..caddf56 100644 --- a/templates/service.j2 +++ b/templates/service.j2 @@ -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 %}