Monitoring

Is it possible to tail monitoring log file similar to Heroku via terminal?

I haven’t used Heroku, but try this: fly logs -a <app-name> (docs).

There’s also the Monitoring tab at fly.io/dashboard/ that streams tailed logs on to the webpage for the chosen app.

One can ship logs to providers like HoneyComb or LogDNA, too: Fly Logs over NATS

3 Likes