From a8c574219d41616372f944ce99c0f2ed48970945 Mon Sep 17 00:00:00 2001 From: Quentin McGaw Date: Sun, 23 May 2021 16:24:04 +0000 Subject: [PATCH] Fix: log level for TLS error from debug to warn --- internal/openvpn/logs.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/openvpn/logs.go b/internal/openvpn/logs.go index 76fb0f27..50c9851b 100644 --- a/internal/openvpn/logs.go +++ b/internal/openvpn/logs.go @@ -90,6 +90,7 @@ That error usually happens because either: 4. Something else ➡️ https://github.com/qdm12/gluetun/issues/new/choose ` + level = logging.LevelWarn default: filtered = s level = logging.LevelInfo