diff --git a/userspace/engine/rules.cpp b/userspace/engine/rules.cpp index 7a8f0f33..b67f8f8d 100644 --- a/userspace/engine/rules.cpp +++ b/userspace/engine/rules.cpp @@ -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.