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

OMAR

05/28/2020, 9:20 PM
hi folks. we're doing some spring cleaning around logs and noticed that one of our biggest offenders is fleet. is there any concept of error/log levels that can be tuned? for example I would like to log all fleet errors, but I really don't care about every single http request or config refresh
z

zwass

05/29/2020, 12:03 AM
We actually made a big cleanup to this recently (https://github.com/kolide/fleet/pull/2225). Will be in the next release of Fleet which I guess I ought to get to in the next week 😉
o

OMAR

05/29/2020, 3:14 PM
hah, great timing! I just worked around it and pushed a change to the datadog agent that drops anything that doesn't contain the word "error", heh
z

zwass

05/29/2020, 4:22 PM
Yeah, that totally makes sense.