mirror of https://github.com/fail2ban/fail2ban
ENH: downgrade "already banned" from WARN to INFO level (Closes gh-79)
Most of the time it is a benign latency effect so nothing to warn about._tent/ipv6_adapter_cmd
parent
1e12c220e6
commit
f52ba9923a
|
@ -181,7 +181,7 @@ class Actions(JailThread):
|
|||
action.execActionBan(aInfo)
|
||||
return True
|
||||
else:
|
||||
logSys.warn("[%s] %s already banned" % (self.jail.getName(),
|
||||
logSys.info("[%s] %s already banned" % (self.jail.getName(),
|
||||
str(aInfo["ip"])))
|
||||
return False
|
||||
|
||||
|
|
Loading…
Reference in New Issue