]> git.ipfire.org Git - people/stevee/ipfire-2.x.git/commitdiff
suricata.yaml: Set default log level to Info.
authorStefan Schantl <stefan.schantl@ipfire.org>
Sun, 19 Dec 2021 14:53:55 +0000 (15:53 +0100)
committerStefan Schantl <stefan.schantl@ipfire.org>
Sun, 19 Dec 2021 14:53:55 +0000 (15:53 +0100)
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 <stefan.schantl@ipfire.org>
config/suricata/suricata.yaml

index 830636c1b4013af0ea0d889e58d51ea89a24407a..50abb94860c549ebb081897b3722f6c68d060f11 100644 (file)
@@ -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).