From: Martin Willi Date: Thu, 2 Nov 2006 14:38:01 +0000 (-0000) Subject: fixed NEWS (runtime debug level options) X-Git-Tag: 4.0.5~3 X-Git-Url: https://git.strongswan.org/?p=strongswan.git;a=commitdiff_plain;h=03bf883d953608e8883a1fbac9226050fbe5052b fixed NEWS (runtime debug level options) --- diff --git a/NEWS b/NEWS index 81b6cad..9917cfa 100644 --- a/NEWS +++ b/NEWS @@ -11,17 +11,17 @@ strongswan-4.0.5 Instead of logger, special printf() functions are used to directly print objects like hosts (%H) identifications (%D), certificates (%Q), etc. The number of debugging levels have been reduced to: - + 0 (audit), 1 (control), 2 (controlmore), 3 (raw), 4 (private) - + The debugging levels can either be specified statically in ipsec.conf as config setup - charondebug="lib 1, cfg 3" + charondebug="lib 1, cfg 3, net 2" - or changed dynamically via stroke as + or changed at runtime via stroke as - ipsec stroke --debug-lib 1 --debug-cfg 3 + ipsec stroke loglevel cfg 2 strongswan-4.0.4