DOC: Correct log levels

pull/627/head
Steven Hiscocks 2014-02-20 23:09:45 +00:00
parent 5630c56c75
commit a4731ef988
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
# file, but provide customizations in fail2ban.local file, e.g.: # file, but provide customizations in fail2ban.local file, e.g.:
# #
# [Definition] # [Definition]
# loglevel = 4 # loglevel = DEBUG
# #
[Definition] [Definition]

View File

@ -107,7 +107,7 @@ These files have one section, [Definition].
The items that can be set are: The items that can be set are:
.TP .TP
.B loglevel .B loglevel
verbosity level of log output: 1 = ERROR, 2 = WARN, 3 = INFO, 4 = DEBUG. Default: 1 verbosity level of log output: CRITICAL, ERROR, WARNING, NOTICE, INFO, DEBUG. Default: ERROR
.TP .TP
.B logtarget .B logtarget
log target: filename, SYSLOG, STDERR or STDOUT. Default: STDERR . Only a single log target can be specified. log target: filename, SYSLOG, STDERR or STDOUT. Default: STDERR . Only a single log target can be specified.