]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
suricata.yaml: update default-log-format current state
authorJason Ish <jason.ish@oisf.net>
Thu, 22 Dec 2022 16:00:40 +0000 (10:00 -0600)
committerVictor Julien <vjulien@oisf.net>
Tue, 10 Jan 2023 10:29:58 +0000 (11:29 +0100)
The default-log-format has changed, reflect this in the suricata.yaml.

suricata.yaml.in

index 46502c8eb96c1ba54d046544a5027706dab68a5e..a2788d6a8a58ffface487f82627be7c57c7d913e 100644 (file)
@@ -550,7 +550,10 @@ logging:
   # something reasonable if not provided.  Can be overridden in an
   # output section.  You can leave this out to get the default.
   #
-  # This console log format value can be  overridden by the SC_LOG_FORMAT env var.
+  # This console log format value can be overridden by the SC_LOG_FORMAT env var.
+  #default-log-format: "%D: %S: %M"
+  #
+  # For the pre-7.0 log format use:
   #default-log-format: "[%i] %t [%S] - (%f:%l) <%d> (%n) -- "
 
   # A regex to filter output.  Can be overridden in an output section.