chore(falco.yaml): improve statement clarity

Signed-off-by: Federico Di Pierro <nierro92@gmail.com>

Co-authored-by: Samuel Gaist <samuel.gaist@idiap.ch>
This commit is contained in:
Federico Di Pierro
2025-03-12 14:42:23 +01:00
committed by poiana
parent 8843a9ec2b
commit 0cc18d7617

View File

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