From: Victor Julien Date: Thu, 27 Jun 2013 16:21:30 +0000 (+0200) Subject: DNS: disable logging by default X-Git-Tag: suricata-2.0beta1~66 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=16edbfd4ea1181fe726223b97ed8cd0db7529612;p=thirdparty%2Fsuricata.git DNS: disable logging by default --- 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'