From 836cb746c8370771f89b6e376a657d22817def95 Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Tue, 30 Jun 2020 22:22:28 +0000 Subject: [PATCH] Remove the tcplog option from haproxy configs Adding the tcplog option to an haproxy backend definition overrides the default log format. Remove it so the supplied default (which we based on the tcplog built-in default with some additions) will be used instead. Change-Id: Id302dede950c1c2ab8e74a662cc3cb1186a6593d --- playbooks/roles/haproxy/templates/haproxy.cfg.j2 | 1 - 1 file changed, 1 deletion(-) diff --git a/playbooks/roles/haproxy/templates/haproxy.cfg.j2 b/playbooks/roles/haproxy/templates/haproxy.cfg.j2 index 2a9f9604f4..c655a692a5 100644 --- a/playbooks/roles/haproxy/templates/haproxy.cfg.j2 +++ b/playbooks/roles/haproxy/templates/haproxy.cfg.j2 @@ -27,7 +27,6 @@ listen {{ listener.name }} {% endfor %} mode tcp balance source - option tcplog option tcp-check {% for server in listener.servers %}