Channels
doorman
zercurity
infrastructure
code-review
queryhub
apple-silicon
carving
goquery
aws
querycon
golang
file-carving
fuzzing
help-proxy
darkbytes
process-auditing
general
windows
random
fleet-dev
tls
fim
awallaby
zentral
zeek
auditing-warroom
linen-dev
fleetosquery
plugins
jobs
arm-architecture
uptycs
android_tests
selfgroup
vendor-feeds
fleet
eclecticiq-polylogyx-extension
ebpf
website
core
macos
kolide
osctrl
extensions
foundation
sql
officehours
linux
community-feeds
Powered by
#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
.
Post