kota65535 / github-openvpn-connect-action

GitHub Action for connecting to OpenVPN server.
MIT License
82 stars 55 forks source link

VPN connection failed without any logging #62

Open Morriz opened 4 months ago

Morriz commented 4 months ago

Hi, is it possible to get more logging? I can use the client.ovpn just fine from a local client, but github just borks without any logs...

Morriz commented 4 months ago

I see the output is logged to file, and the output is shown upon error, but why is it empty? Shouldn't the process be started with log level INFO or something?

Morriz commented 4 months ago

@kota65535 is it possible to move to --log /dev/stdout for seeing client logs?

kevin930321 commented 2 months ago

Same problem