From 801f92f7059191026238dd54d5c50745256f35c3 Mon Sep 17 00:00:00 2001 From: Victor Julien Date: Tue, 3 Jan 2012 10:49:10 +0100 Subject: [PATCH] Disable the drop.log in the default config. --- suricata.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/suricata.yaml b/suricata.yaml index efffcb4d90..96ef278c52 100644 --- a/suricata.yaml +++ b/suricata.yaml @@ -135,9 +135,10 @@ outputs: facility: local5 #level: Info ## possible levels: Emergency, Alert, Critical, ## Error, Warning, Notice, Info, Debug - # a line based information for dropped packet + + # a line based information for dropped packets in IPS mode - drop: - enabled: yes + enabled: no filename: drop.log append: yes