mirror of https://github.com/fail2ban/fail2ban
DOC: Update warning for undetectable date format
parent
7371d2a271
commit
9d0f143a81
|
@ -421,7 +421,9 @@ class Filter(JailThread):
|
|||
date = self.dateDetector.getUnixTime(timeLine)
|
||||
if date == None:
|
||||
logSys.debug("Found a match for %r but no valid date/time "
|
||||
"found for %r. Please file a detailed issue on"
|
||||
"found for %r. Please try setting a custom "
|
||||
"date pattern. If format is complex, please "
|
||||
"file a detailed issue on"
|
||||
" https://github.com/fail2ban/fail2ban/issues "
|
||||
"in order to get support for this format."
|
||||
% (logLine, timeLine))
|
||||
|
|
Loading…
Reference in New Issue