mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-03-11 08:55:31 +00:00
parent
deb59240eb
commit
1470e3c01d
2 changed files with 2 additions and 1 deletions
|
|
@ -15,6 +15,7 @@ ver. 0.9.1 (2014/xx/xx) - better, faster, stronger
|
|||
* badips.py action error when logging HTTP error raised with badips request
|
||||
* fail2ban-regex failed to work in python3 due to space/tab mix
|
||||
* journalmatch for recidive incorrect PRIORITY
|
||||
* loglevel couldn't be changed in fail2ban.conf
|
||||
|
||||
- New features:
|
||||
|
||||
|
|
|
|||
|
|
@ -45,7 +45,7 @@ class Fail2banReader(ConfigReader):
|
|||
return ConfigReader.getOptions(self, "Definition", opts)
|
||||
|
||||
def getOptions(self):
|
||||
opts = [["int", "loglevel", "INFO" ],
|
||||
opts = [["string", "loglevel", "INFO" ],
|
||||
["string", "logtarget", "STDERR"],
|
||||
["string", "dbfile", "/var/lib/fail2ban/fail2ban.sqlite3"],
|
||||
["int", "dbpurgeage", 86400]]
|
||||
|
|
|
|||
Loading…
Reference in a new issue