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

peanut butter

01/01/2023, 7:20 PM
if Logs are written to stdout how can I see them?
m

Michal Nicpon

01/02/2023, 8:18 AM
How are you running/deploying fleet? If you are running it using docker, then you can do
docker logs <fleet container>
. If you are running fleet using systemd, then you should be able to view the logs using
journalctl -u fleet
.