Fly Log Shipper Duplicate Logs on Apps v2

Hi @jfrydman

Yea the change to deploy two instances by default in my opinion was a bandaid for users who don’t understand what high availability requires. Fly have also dropped the ball on updating all previous docs that were impacted by this change.

Luckily a fix for you should be pretty simple, you just need to set another environment variable. Set QUEUE to pretty much any value and you should be good to go.

E.g.

[env]
  QUEUE = "org-logs"
4 Likes