Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenVPN/openvpn3-linux
/ GetLogVerbosity
Method
GetLogVerbosity
src/python/openvpn3/ConfigParser.py:128–129 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
126
127
128
def
GetLogVerbosity(self):
129
return
self.__opts[
'verb'
] is not None and self.__opts[
'verb'
][0] or 2
130
131
132
def
GetPersistTun(self):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected