Hello! We are planning to expose Fleet instance to...
# fleet
r
Hello! We are planning to expose Fleet instance to the Internet and we want to monitor Fleet web server logs. Does Fleet provide this functionality? And is there are some secuirty baselines or hardening guide that we can сheck before exposing Fleet to the public?
m
Put behind nginx and monitor nginx logs
r
And what about Fleet logs itself? How we can monitor them? A’m i write that Fleet logs all hist logs to stderr and we can redirect them to the file?
z
Yes, Fleet does some logging to stderr, and you can turn on
--logging_debug
for very noisy logs if you want.