From 2b5d586dbc6ee76c045dbd90b7c84b0ba69ed44b Mon Sep 17 00:00:00 2001 From: Victor Julien Date: Tue, 9 Jul 2013 14:53:48 +0200 Subject: [PATCH] TLS: add missing options to shipped yaml. Bug #709. --- suricata.yaml.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/suricata.yaml.in b/suricata.yaml.in index 6809406636..4e56f16e43 100644 --- a/suricata.yaml.in +++ b/suricata.yaml.in @@ -101,6 +101,8 @@ outputs: - tls-log: enabled: no # Log TLS connections. filename: tls.log # File to store TLS logs. + append: yes + #filetype: regular # 'regular', 'unix_stream' or 'unix_dgram' #extended: yes # Log extended information like fingerprint certs-log-dir: certs # directory to store the certificates files -- 2.47.3