Skip to content

Building with verbose logging enabled #123

Discussion options

You must be logged in to vote

If you try to build openvpn3-linux, you can get a lot of debug info by boosting the log levels to 6. First, start with increasing the overall log level in the openvpn3-service-logger:

 # openvpn3-admin log-service --log-level 6

Then, depending on how you start the VPN session there are more alternatives:

 $ openvpn2 --config CONFIG_FILE --verb 6

or edit the "CONFIG_FILE" to include verb 6

or import the configuration file and change the log-level setting on the imported profile:

 $ openvpn3 config-import --config CONFIG_FILE  --name myvpn
 $ openvpn3 config-manage --config myvpn --log-level 6
 $ openvpn3 session-start --config myvpn

or on an already running VPN session:

 $ openvpn3 sess…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@midders3
Comment options

Answer selected by midders3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants