mirror of
https://github.com/falcosecurity/falco.git
synced 2025-10-21 19:44:57 +00:00
A new falco.yaml option buffered_outputs, also controlled by -U/--unbuffered, sets unbuffered outputs for the output methods. This is especially useful with keep_alive files/programs where you want the output right away. Also add cleanup methods for the output channels that ensure output to the file/program is flushed and closed.