prefregex does not match date

master
Orion Poplawski 2023-10-18 12:19:46 -06:00 committed by sebres
parent 844786b716
commit d0274ed3a7
1 changed files with 1 additions and 1 deletions

@ -152,7 +152,7 @@ So, an ideal `prefregex` would be highly dependent on a regex that properly supp
Secondary benefit of `prefregex` is to ensure that `failregex` is left with the most dynamic (and interesting) part of the regex line. `prefregex` takes that most common parts (see above list) of the line.
```console
<--- prefregex -->|<-- failregex ->
<-- prefregex ->|<-- failregex ->
3-Jan-2020 myscript[12512]: Dynamic error message part
```