From 0cc18d7617412cb31960a24a9ecce10709c27735 Mon Sep 17 00:00:00 2001 From: Federico Di Pierro Date: Wed, 12 Mar 2025 14:42:23 +0100 Subject: [PATCH] chore(falco.yaml): improve statement clarity Signed-off-by: Federico Di Pierro Co-authored-by: Samuel Gaist --- falco.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/falco.yaml b/falco.yaml index 7cf030df..70b45d57 100644 --- a/falco.yaml +++ b/falco.yaml @@ -905,8 +905,8 @@ log_level: info # library specifically, providing more granular control over the logging # behavior of the underlying components used by Falco. Only logs of a certain # severity level or higher will be emitted. Supported levels: "fatal", -# "critical", "error", "warning", "notice", "info", "debug", "trace". It is not -# recommended to use "debug" and "trace" for production use. +# "critical", "error", "warning", "notice", "info", "debug", "trace". +# It is not recommended to use "debug" and "trace" for production use. libs_logger: enabled: true severity: info