mirror of https://github.com/OISF/suricata
classification: continue processing on parse error
Instead of returning on the first line that fails to parse, log the error and continue instead of returning. The fail fast makes sense in test mode, but not in a normal run mode where you don't want one bad line to abort processing the whole file. This will still fail out in test mode. Related issue: 4554pull/8185/head
parent
ad713246a9
commit
dcd9dabc70
Loading…
Reference in New Issue