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

Joe

07/19/2022, 6:24 PM
Hi everyone! Where could i find the logs for fleet for troubleshooting purposes?
k

Kathy Satterlee

07/19/2022, 6:48 PM
Hi, @Joe! If you're looking to the server logs themselves, it depends a little on how you have Fleet deployed. They're generally viewable in the terminal where Fleet is running.
j

Joe

07/19/2022, 6:50 PM
Will it be in /var/log or through Fleetctl?
k

Kathy Satterlee

07/19/2022, 8:18 PM
Here's some good info on debugging: https://fleetdm.com/docs/deploying/debugging#debugging Where you'll find the server logs depends on your setup. The most basic setup (Fleet installed locally on your server without any special configuration) would have the fleet logs in the terminal window that's running the Fleet process.
You can also use
fleetctl debug archive
3 Views