From 5f9eac4b8a459ec3ea6f9290f1d9375166c20ca5 Mon Sep 17 00:00:00 2001 From: till Date: Sat, 30 May 2020 19:37:12 +0200 Subject: [PATCH] Fix: send haproxy logs to stdout --- templates/haproxy.cfg.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/haproxy.cfg.j2 b/templates/haproxy.cfg.j2 index 732e48b..f0293e3 100644 --- a/templates/haproxy.cfg.j2 +++ b/templates/haproxy.cfg.j2 @@ -15,7 +15,7 @@ defaults {% endif %} global - log /dev/log local0 + log stdout format raw local0 info maxconn 2000 tune.ssl.default-dh-param 2048