mirror of https://github.com/fail2ban/fail2ban
added debug parameter back
parent
f771a9be28
commit
e95c62e68e
|
@ -21,6 +21,13 @@ background = true
|
||||||
#
|
#
|
||||||
verbose = 1
|
verbose = 1
|
||||||
|
|
||||||
|
# Option: debug
|
||||||
|
# Notes.: enable debug mode. No real commands gets executed but only
|
||||||
|
# reported, more verbose output, bypass root user test.
|
||||||
|
# Values: [true | false] Default: false
|
||||||
|
#
|
||||||
|
debug = false
|
||||||
|
|
||||||
# Option: logtargets
|
# Option: logtargets
|
||||||
# Notes.: log targets. Space separated list of logging targets.
|
# Notes.: log targets. Space separated list of logging targets.
|
||||||
# Values: STDERR SYSLOG file Default: /var/log/fail2ban.log
|
# Values: STDERR SYSLOG file Default: /var/log/fail2ban.log
|
||||||
|
|
Loading…
Reference in New Issue