For the first, see <https://fleetdm.com/docs/deplo...
# fleet
s
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