From 3bbcb6f6aceef59c3e21387e1a5af43cd1414e5e Mon Sep 17 00:00:00 2001 From: Mark Stemm Date: Thu, 22 Dec 2016 10:11:10 -0800 Subject: [PATCH] Updated Falco Configuration (markdown) --- Falco-Configuration.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Falco-Configuration.md b/Falco-Configuration.md index 8101fef..7da65b8 100644 --- a/Falco-Configuration.md +++ b/Falco-Configuration.md @@ -23,6 +23,9 @@ if true, log messages describing falco's activity will be logged to stderr. Note if true, log messages describing falco's activity will be logged to syslog. +####`log_level: [emergency|alert|critical|error|warning|notice|info|debug] + +Minimum log level to include in logs. Note: these levels are separate from the priority field of rules. This refers only to the log level of falco's internal logging. ####`syslog_output` @@ -40,7 +43,7 @@ a list containing these sub-keys: ####`stdout_output` -a list containing thse sub-keys: +a list containing these sub-keys: * `enabled: [true|false]`: if true, falco alerts will be sent to standard output