From e7c22982036ad7566e9d584436be7625ac6ce8f2 Mon Sep 17 00:00:00 2001 From: Jeff Lucovsky Date: Sun, 4 Apr 2021 10:45:38 -0400 Subject: [PATCH] config: Clarify when log format can be overridden --- suricata.yaml.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/suricata.yaml.in b/suricata.yaml.in index 0de87fe88e..46502c8eb9 100644 --- a/suricata.yaml.in +++ b/suricata.yaml.in @@ -550,7 +550,7 @@ logging: # something reasonable if not provided. Can be overridden in an # output section. You can leave this out to get the default. # - # This value is 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: "[%i] %t [%S] - (%f:%l) <%d> (%n) -- " # A regex to filter output. Can be overridden in an output section.