https://github.com/osquery/osquery logo
Title
m

Moonlight

08/29/2018, 3:04 PM
I'm using tls logger and I'm reciving tons of logs like this
d

Dennis

08/29/2018, 3:12 PM
My understanding is that
--logger_min_status=3
should disable status logs (
log_type: "status"
).
m

Moonlight

08/29/2018, 3:14 PM
using tls logger I have receive "log_type": "status", lines
I have tried with 1,2,3, …. and so on
and "log_type": "status", is sent
d

Dennis

08/29/2018, 3:41 PM
Did you try also adding
--logger_min_stderr=3
?