mirror of
https://github.com/falcosecurity/falco.git
synced 2025-06-25 22:32:07 +00:00
Update userspace/engine/rules.cpp
Signed-off-by: Federico Di Pierro <nierro92@gmail.com> Co-authored-by: Leonardo Grasso <me@leonardograsso.com>
This commit is contained in:
parent
c7609192c7
commit
dfb743838e
@ -452,7 +452,7 @@ void falco_rules::load_rules(const string &rules_content,
|
||||
throw falco_exception(os.str());
|
||||
}
|
||||
|
||||
if (os.str() != "") {
|
||||
if (verbose && os.str() != "") {
|
||||
// We don't really have a logging callback
|
||||
// from the falco engine, but this would be a
|
||||
// good place to use it.
|
||||
|
Loading…
Reference in New Issue
Block a user