diff options
author | Kozlov Dmitry <dima@server> | 2010-11-29 17:45:58 +0300 |
---|---|---|
committer | Kozlov Dmitry <dima@server> | 2010-11-29 17:45:58 +0300 |
commit | f96198bf149203e1ddca8f2c381cf4b9849cdda9 (patch) | |
tree | f4b4c10a7b489f693ecb6301d1584de22e4e90a5 /accel-pptpd/accel-pptp.conf.5 | |
parent | 3a293aabc6e43319761a1f3020559873aa714334 (diff) | |
download | accel-ppp-f96198bf149203e1ddca8f2c381cf4b9849cdda9.tar.gz accel-ppp-f96198bf149203e1ddca8f2c381cf4b9849cdda9.zip |
log: introduced additional log level (3) which shows only minimum of information messages
Diffstat (limited to 'accel-pptpd/accel-pptp.conf.5')
-rw-r--r-- | accel-pptpd/accel-pptp.conf.5 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/accel-pptpd/accel-pptp.conf.5 b/accel-pptpd/accel-pptp.conf.5 index 669d503..c0e257b 100644 --- a/accel-pptpd/accel-pptp.conf.5 +++ b/accel-pptpd/accel-pptp.conf.5 @@ -293,9 +293,12 @@ log only error messages log error and warning messages .br .B 3 -log error, warning and information messages (use this level in conjuction with verbose option of other modules if you need verbose logging) +log error, warning and minimum information messages (use this level in conjuction with verbose option of other modules if you need verbose logging) .br .B 4 +log error, warning and full information messages (use this level in conjuction with verbose option of other modules if you need verbose logging) +.br +.B 5 log all messages including debug messages .TP .SH [log-pgsql] |