Hi, On Sun, Jun 12, 2016 at 5:14 PM, Magnus Kroken <mkro...@gmail.com> wrote: > Is it safe to remove the call to debug_set_threshold? Is it only used > for more verbose logging, or can this cause a TLS error to not be > noticed (or lead to other security implications)?
Yes, the debug_set_threshold() call is only used for more verbose error logging. Very useful for debugging problems, but not critical for OpenVPN's operation or security. -Steffan