-h, --help
Print usage and help details to the terminal
--session-pathSESSION-DBUS-PATH
D-Bus session path to a running VPN session to retrieve log events from. Use openvpn3sessions-list to retrieve a list of available session D-Bus paths.
-cCONFIG-NAME, --configCONFIG-NAME
Can be used instead of --session-path where the configuration profile name is given instead. The
CONFIG_NAME must be the name which was active when the session was started. Available
configuration names can be found via openvpn3sessions-list.
-IINTERFACE, --interfaceINTERFACE
Can be used instead of --session-path where the tun interface name managed by OpenVPN 3 is given
instead.
--log-levelLEVEL
Sets the log verbosity for the log events. Valid values are 0 to 6. The higher value, the more
verbose the log events will be. Log level 6 will include all debug events.
--config-events
Retrieve log events from the configuration manager. For this to work, the
openvpn3-service-configmgr must have been started with --signal-broadcast.