git.99rst.org
/
openwrt-packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
56685c1
)
ocserv: Use default value for log-level in conf
author
Ryan Keane
<redacted>
Thu, 14 Nov 2024 10:12:06 +0000
(
02:12
-0800)
committer
Nikos Mavrogiannopoulos
<redacted>
Thu, 14 Nov 2024 12:33:30 +0000
(13:33 +0100)
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 <redacted>
net/ocserv/files/ocserv.conf.template
patch
|
blob
|
history
diff --git
a/net/ocserv/files/ocserv.conf.template
b/net/ocserv/files/ocserv.conf.template
index 0fd60da0d148c8c546a1adcc1ccb4449ba45b5a1..0d3cc69568fa468d74adddaacebec1472935e54e 100644
(file)
--- 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
git clone https://git.99rst.org/PROJECT