mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-03-11 08:55:31 +00:00
git-svn-id: https://fail2ban.svn.sourceforge.net/svnroot/fail2ban/trunk@281 a942ae1a-1317-0410-a47c-b1dcaea8d605
24 lines
460 B
Text
24 lines
460 B
Text
# Fail2Ban configuration file
|
|
#
|
|
# Author: Cyril Jaquier
|
|
#
|
|
# $Revision$
|
|
#
|
|
|
|
[Definition]
|
|
|
|
# Option: loglevel
|
|
# Notes.: Set the log level output.
|
|
# 1 = ERROR
|
|
# 2 = WARN
|
|
# 3 = INFO
|
|
# 4 = DEBUG
|
|
# Values: NUM Default: 3
|
|
#
|
|
loglevel = 3
|
|
|
|
# Option: logtarget
|
|
# Notes.: Set the log target. This could be a file, SYSLOG, STDERR.
|
|
# Values: STDERR SYSLOG file Default: /var/log/fail2ban.log
|
|
#
|
|
logtarget = /var/log/fail2ban.log
|