hello, is there a flag to only enable status loggi...
# general
g
hello, is there a flag to only enable status logging to file system without getting the results logging
t
I think there’s a complex way to do this. In your use case you want results logs to go one place and status logs to go someplace else?
The way to do this is by enabling two logger plugins then there is a specific flag to not send results to the second logger IIRC.
g
i am using an extension to get the log results, so no need to also write it to the files system, however, i want to keep osqueryd status logs
t
We used to have a
--logger_secondary_status_only
which would do what you want. It looks like that feature was lost in the past due to lack of strong use cases for it.
So right now there is no way to do what you want, from my understanding. Sorry about that.
g
np, thank you for the clarification