mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-03-11 08:55:31 +00:00
ENH: log at heavydebug level what actually we are matching for failregex
This commit is contained in:
parent
6d984717b5
commit
9ee08fed48
1 changed files with 1 additions and 0 deletions
|
|
@ -491,6 +491,7 @@ class Filter(JailThread):
|
|||
|
||||
self.__lineBuffer = (
|
||||
self.__lineBuffer + [tupleLine])[-self.__lineBufferSize:]
|
||||
logSys.log(5, "Looking for failregex match of %r" % self.__lineBuffer)
|
||||
|
||||
# Iterates over all the regular expressions.
|
||||
for failRegexIndex, failRegex in enumerate(self.__failRegex):
|
||||
|
|
|
|||
Loading…
Reference in a new issue