diff --git a/userspace/engine/falco_engine.cpp b/userspace/engine/falco_engine.cpp index 10e6653b532..4cb5e58e801 100644 --- a/userspace/engine/falco_engine.cpp +++ b/userspace/engine/falco_engine.cpp @@ -927,7 +927,7 @@ void falco_engine::print_stats() const std::string out; m_rule_stats_manager.format(m_rules, out); // todo(jasondellaluce): introduce a logging callback in Falco - fprintf(stdout, "%s", out.c_str()); + fprintf(stderr, "%s", out.c_str()); } const stats_manager& falco_engine::get_rule_stats_manager() const