]> git.ipfire.org Git - thirdparty/suricata.git/commit
filestore2: warn once for file errors
authorJason Ish <ish@unx.ca>
Fri, 12 Jan 2018 19:35:51 +0000 (13:35 -0600)
committerJason Ish <ish@unx.ca>
Thu, 18 Jan 2018 13:26:29 +0000 (07:26 -0600)
commit9b1d26807151075de14f45a41c010dd183cfa662
tree38b272ba2eb222c507c515766a46a8504f77e336
parent9456a3164db2a165a864ca2bd09edd7930c5a105
filestore2: warn once for file errors

Track each type of error warning and only log it once. Also create
a new stat, file_store.fs_errors to count each file system type
error (open, rename, unlink).

Also remove exit stats, they are of limited value.
src/output-filestore.c