if Logs are written to stdout how can I see them?
# fleet
p
if Logs are written to stdout how can I see them?
m
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
.