From 16edbfd4ea1181fe726223b97ed8cd0db7529612 Mon Sep 17 00:00:00 2001 From: Victor Julien Date: Thu, 27 Jun 2013 18:21:30 +0200 Subject: [PATCH] DNS: disable logging by default --- suricata.yaml.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/suricata.yaml.in b/suricata.yaml.in index 6ab2799965..1931fd4777 100644 --- a/suricata.yaml.in +++ b/suricata.yaml.in @@ -106,7 +106,7 @@ outputs: # a line based log of DNS requests and/or replies (no alerts) - dns-log: - enabled: yes + enabled: no filename: dns.log append: yes #filetype: regular # 'regular', 'unix_stream' or 'unix_dgram'