From ec03b64e9f853af914aa67c2c9f42f1400b4eb80 Mon Sep 17 00:00:00 2001 From: Stefan Schantl Date: Sun, 19 Dec 2021 15:53:55 +0100 Subject: [PATCH] suricata.yaml: Set default log level to Info. This will prevent suricata from displaying a warning on startup and anyway would be the log level which suricata switches in such a case. Signed-off-by: Stefan Schantl --- config/suricata/suricata.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/suricata/suricata.yaml b/config/suricata/suricata.yaml index 830636c1b4..50abb94860 100644 --- a/config/suricata/suricata.yaml +++ b/config/suricata/suricata.yaml @@ -317,7 +317,7 @@ logging: # compiled with the --enable-debug configure option. # # This value is overriden by the SC_LOG_LEVEL env var. - default-log-level: notice + default-log-level: Info # A regex to filter output. Can be overridden in an output section. # Defaults to empty (no filter). -- 2.39.5