Quick question; the docs (see below) on log shipper don’t mention how logging works when the logshipping app scales down to zero automatically. Do any logs get lost in that case?
Would you recommend that I indicate in my fly.toml that the shipper should always have a min of 1 instance up and running at all times?
Logs shipper should always be running as it needs to be running to be able to ship logs and there’s no incoming connections so autostart/autostop won’t work and will end up always stopping the machines.