https://github.com/osquery/osquery logo
#fleet
Title
s

Shawn Maddock

09/17/2022, 11:10 AM
For the first, see https://fleetdm.com/docs/deploying/configuration#logging-debug … the line would be:
Copy code
—logging_debug=true
also note you’d need
\
at the end of the previous line to continue the command. For the second I believe it's only accepted as an environment variable, so you’d need a separate line in the
[Service]
block:
Copy code
Environment=FLEET_ENABLE_DEV_SQL_INTERCEPTOR=true