I find the out-of-the-box Fly.io logging very unsatisfactory.
Today I have encountered:
fly logs
Error failed retrieving app whatmyappiscalled: server returned a non-200 status code: 503
and
fly logs
Error 422 Unprocessable Entity
and many attempts where the command simply hangs forever, either from the shell or the web UI.
So, I was wondering what people here are using as an alternative.
I see that the fly-log-shipper
project has support for lots of paid platforms, but I was wondering if anybody else in the community had come up with another solution. I’d like to use fly-log-shipper
on something that I could deploy as a Dockerfile to Fly itself, perhaps Sentry, but ideally something very very lightweight.
Does anybody have any suggestions or experiences they can share?