testdasi / openvpn-client-aio

"All-in-one" docker for all your private browsing needs. OpenVPN client, HTTP + Socks + TOR proxies, DNS-over-TLS.
GNU General Public License v3.0
24 stars 4 forks source link

request for openvpn logging #10

Open stevenwfoley opened 3 months ago

stevenwfoley commented 3 months ago

Would you consider making the below change so that the openvpn logs are accessible? I often have random issues with my VPN provider and the OpenVPN logs are essential in debugging the issue. The level of logging is defined in the openvpn.ovpn file, and that's already in the user accessible /config/openvpn directory.

in openvpn.sh, change this line: openvpn --daemon --cd /config/openvpn --config openvpn.ovpn to this: openvpn --daemon --cd /config/openvpn --config openvpn.ovpn --log-append openvpn.log