From: Steffan K. <st...@ka...> - 2016-06-12 16:10:56
|
Hi, On Sun, Jun 12, 2016 at 5:14 PM, Magnus Kroken <mk...@gm...> 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 |