mirror of https://github.com/OISF/suricata
unix-socket: Avoid spurious logs on close
Avoid spurious logs when suricatasc closes connection. Use SCLogDebug for control connection EOF, and SCLogError for an error. As Chandan Chowdhury described in redmine 3685. This makes the logging consistent with the older `if (client->version <= UNIX_PROTO_V1)` block about 20 lines above, and avoids polluting the logs with `Unix socket: lost connection with client`.pull/6306/head
parent
3e81d20a71
commit
a64783b3e2
Loading…
Reference in New Issue