From 19d40c8d7a7ecae9e8c8d21ae5ac2d8a6a5f35e9 Mon Sep 17 00:00:00 2001 From: Ryan Keane Date: Thu, 14 Nov 2024 02:12:06 -0800 Subject: [PATCH] ocserv: Use default value for log-level in conf This commit comments out the `log-level` line in the template config file to use default value from upstream, default should be 2. Signed-off-by: Ryan Keane --- net/ocserv/files/ocserv.conf.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/ocserv/files/ocserv.conf.template b/net/ocserv/files/ocserv.conf.template index 0fd60da0d..0d3cc6956 100644 --- a/net/ocserv/files/ocserv.conf.template +++ b/net/ocserv/files/ocserv.conf.template @@ -431,7 +431,7 @@ expose-iroutes = true # 4 http # 8 sensitive # 9 TLS -log-level = 3 +#log-level = 2 # This option will enable the X-CSTP-Client-Bypass-Protocol (disabled by default). # If the server has not configured an IPv6 or IPv4 address pool, enabling this option