mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-03-11 08:55:31 +00:00
BF: journalmatch for recidive should be NOTICE level not WARNING
This commit is contained in:
parent
630c5fe324
commit
6c5a978d6f
1 changed files with 1 additions and 1 deletions
|
|
@ -31,6 +31,6 @@ failregex = ^(%(__prefix_line)s| %(_daemon)s%(__pid_re)s?:\s+)WARNING\s+\[(?!%(_
|
|||
|
||||
[Init]
|
||||
|
||||
journalmatch = _SYSTEMD_UNIT=fail2ban.service PRIORITY=4
|
||||
journalmatch = _SYSTEMD_UNIT=fail2ban.service PRIORITY=5
|
||||
|
||||
# Author: Tom Hendrikx, modifications by Amir Caspi
|
||||
|
|
|
|||
Loading…
Reference in a new issue