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 <the.ra2.ifv@gmail.com>
This commit is contained in:
parent
56685c1fac
commit
19d40c8d7a
|
@ -431,7 +431,7 @@ expose-iroutes = true
|
||||||
# 4 http
|
# 4 http
|
||||||
# 8 sensitive
|
# 8 sensitive
|
||||||
# 9 TLS
|
# 9 TLS
|
||||||
log-level = 3
|
#log-level = 2
|
||||||
|
|
||||||
# This option will enable the X-CSTP-Client-Bypass-Protocol (disabled by default).
|
# 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
|
# If the server has not configured an IPv6 or IPv4 address pool, enabling this option
|
||||||
|
|
Loading…
Reference in New Issue