From d9ad8c7ee7cd68a8e19beb852eb09b3e51602830 Mon Sep 17 00:00:00 2001 From: nd Date: Thu, 2 Dec 2021 22:53:23 +0100 Subject: [PATCH] lower stunnel log level --- templates/stunnel-client.conf.j2 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/templates/stunnel-client.conf.j2 b/templates/stunnel-client.conf.j2 index ad40776..c5f5f6e 100644 --- a/templates/stunnel-client.conf.j2 +++ b/templates/stunnel-client.conf.j2 @@ -6,6 +6,9 @@ options = SINGLE_ECDH_USE options = SINGLE_DH_USE {% endif %} +# this means log level = warning +debug = 4 + setuid = stunnel4 setgid = stunnel4 pid = /var/run/stunnel4/prometheus-agent.pid