Building with verbose logging enabled #123
-
Hi there I'm a long time programmer, but new to github. Can anyone tell me what the preferred method is for building with verbose logging enabled in the openvpn client? I'm trying to troubleshoot a VPN connection that won't cooperate. Slainte midders3 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
If you try to build
Then, depending on how you start the VPN session there are more alternatives:
or edit the "CONFIG_FILE" to include or import the configuration file and change the
or on an already running VPN session:
And you can also retrieve run-time log events this way:
For building openvpn3-linux yourself, there are a few options worth looking into when running the
There are a few more, but they goes far more into the aspects of development debugging, not admin/user debugging. You can anyhow see all of these options running |
Beta Was this translation helpful? Give feedback.
If you try to build
openvpn3-linux
, you can get a lot of debug info by boosting the log levels to6
. First, start with increasing the overall log level in theopenvpn3-service-logger
:Then, depending on how you start the VPN session there are more alternatives:
or edit the "CONFIG_FILE" to include
verb 6
or import the configuration file and change the
log-level
setting on the imported profile:or on an already running VPN session: