mirror of https://github.com/fail2ban/fail2ban
DOC: Correct log levels
parent
5630c56c75
commit
a4731ef988
|
@ -6,7 +6,7 @@
|
|||
# file, but provide customizations in fail2ban.local file, e.g.:
|
||||
#
|
||||
# [Definition]
|
||||
# loglevel = 4
|
||||
# loglevel = DEBUG
|
||||
#
|
||||
|
||||
[Definition]
|
||||
|
|
|
@ -107,7 +107,7 @@ These files have one section, [Definition].
|
|||
The items that can be set are:
|
||||
.TP
|
||||
.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
|
||||
.B logtarget
|
||||
log target: filename, SYSLOG, STDERR or STDOUT. Default: STDERR . Only a single log target can be specified.
|
||||
|
|
Loading…
Reference in New Issue