suricata.yaml: update default-log-format current state

The default-log-format has changed, reflect this in the suricata.yaml.
pull/8360/head
Jason Ish 4 years ago committed by Victor Julien
parent bac8b8d26d
commit 761e7c2a63

@ -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.

Loading…
Cancel
Save