Should I indicate that the logshipper should always be running?

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?

Also fwiw I ship logs to betterstack.

Hi @ChildishGambino

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.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.