Skip to content

Pass verbosity level in vpnc-script environment as LOG_LEVEL

Daniel Lenski requested to merge pass_LOG_LEVEL_to_vpnc_script into master

Based on discussion in vpnc-scripts#32 (comment 811874252).

Corresponding improvements to the Windows script (vpnc-script-win.js) added in vpnc-scripts!45 (merged).


  • Remove the 'verbose' global variable

    We've long had this as a member of struct openconnect_info; no need to keep a global for the CLI application.

Edited by Daniel Lenski

Merge request reports