https://github.com/osquery/osquery logo
#extensions
Title
# extensions
o

Omer Nizri

05/27/2019, 3:11 PM
Thanks @alessandrogario. I’ll probably use Python’s builtin logging libraries which can manage the buffering for me
p

packetzero

05/27/2019, 7:06 PM
If you are running at a small scale endpoints like laptops, BufferedLogger is probably fine. Otherwise, use something else.
👍 1
It's doesn't scale well, especially with events on Windows.
👍 1
3 Views