diff options
author | Tobias Brunner <tobias@strongswan.org> | 2011-09-12 14:54:26 +0200 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2011-09-12 15:07:20 +0200 |
commit | 5b217e499402cdb9dc1ca66adaa45796792ba44e (patch) | |
tree | 1be7cfbd6d3c4ea8f6324a35bea7f52a22f3f1ff /man | |
parent | e3c881aff9a2eb87cbf83039bd84d80794f65663 (diff) | |
download | strongswan-5b217e499402cdb9dc1ca66adaa45796792ba44e.tar.bz2 strongswan-5b217e499402cdb9dc1ca66adaa45796792ba44e.tar.xz |
Document charon's default log levels in ipsec.conf(5).
Diffstat (limited to 'man')
-rw-r--r-- | man/ipsec.conf.5.in | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/man/ipsec.conf.5.in b/man/ipsec.conf.5.in index f3eb86cee..30c104435 100644 --- a/man/ipsec.conf.5.in +++ b/man/ipsec.conf.5.in @@ -1283,15 +1283,17 @@ parameters are used by the IKEv2 charon daemon only: .TP .BR charondebug " = <debug list>" how much charon debugging output should be logged. -A comma separated list containing type level/pairs may +A comma separated list containing type/level-pairs may be specified, e.g: .B dmn 3, ike 1, net -1. Acceptable values for types are -.B dmn, mgr, ike, chd, job, cfg, knl, net, enc, lib +.B dmn, mgr, ike, chd, job, cfg, knl, net, enc, lib, tls, tnc, imc, imv and the level is one of .B -1, 0, 1, 2, 3, 4 -(for silent, audit, control, controlmore, raw, private). -For more flexibility see LOGGER CONFIGURATION in +(for silent, audit, control, controlmore, raw, private). By default, the level +is set to +.B 1 +for all types. For more flexibility see LOGGER CONFIGURATION in .IR strongswan.conf (5). .SH IKEv2 EXPIRY/REKEY |