From: Stefan Schantl Date: Sun, 19 Dec 2021 14:53:55 +0000 (+0100) Subject: suricata.yaml: Set default log level to Info. X-Git-Tag: v2.27-core164~210^2~10 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ec03b64e9f853af914aa67c2c9f42f1400b4eb80;p=ipfire-2.x.git 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 --- 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).