mirror of https://github.com/fail2ban/fail2ban
DOC: Point to jail.conf(5) manpage when date not matched by datedetector
parent
9fb926ebae
commit
3392190924
|
@ -430,7 +430,8 @@ class Filter(JailThread):
|
|||
if date is None:
|
||||
logSys.debug("Found a match for %r but no valid date/time "
|
||||
"found for %r. Please try setting a custom "
|
||||
"date pattern. If format is complex, please "
|
||||
"date pattern (see man page jail.conf(5)). "
|
||||
"If format is complex, please "
|
||||
"file a detailed issue on"
|
||||
" https://github.com/fail2ban/fail2ban/issues "
|
||||
"in order to get support for this format."
|
||||
|
|
Loading…
Reference in New Issue