From 577c8cb0c0bff52145ca53d20b32855bd4ed1091 Mon Sep 17 00:00:00 2001 From: Jason Ish Date: Mon, 17 Jun 2019 23:00:48 -0600 Subject: [PATCH] dns-log: remove from config dns-log has been removed from the code. Redmine issue: https://redmine.openinfosecfoundation.org/issues/2297 --- suricata.yaml.in | 8 -------- 1 file changed, 8 deletions(-) diff --git a/suricata.yaml.in b/suricata.yaml.in index e8f4acd1ee..4f7c1be79f 100644 --- a/suricata.yaml.in +++ b/suricata.yaml.in @@ -329,14 +329,6 @@ outputs: enabled: no #certs-log-dir: certs # directory to store the certificates files - # a line based log of DNS requests and/or replies (no alerts) - # Note: not available when Rust is enabled (--enable-rust). - - dns-log: - enabled: no - filename: dns.log - append: yes - #filetype: regular # 'regular', 'unix_stream' or 'unix_dgram' - # Packet log... log packets in pcap format. 3 modes of operation: "normal" # "multi" and "sguil". #