It is stalled in Waiting for logs... both for the dashboard Sign in to Your Account · Fly and:
$ fly logs -a meritocracy
It is stalled in Waiting for logs... both for the dashboard Sign in to Your Account · Fly and:
$ fly logs -a meritocracy
Are you sure your app is actively emitting logs when you’re trying to tail them? From our side I’m seeing logs for that app that line up with when the machines were running over the past few days.
The fly logs command and the dashboard page only live tail the logs, so if your app isn’t actively emitting them it won’t show anything.
If you have autostart/stop enabled on the app, easiest way to test is to run fly logs then open your apps .fly.dev domain. You should see the logs from the machine starting and servince the request
You can also view and search historical logs from fly-metrics.net, which might work better for what you need.
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.