Not seeing anything in my logs (web and cli)
They have been working on and off for the past 3 hours
Same here. Our app isn’t accepting any traffic either even though it’s run its web process and is running healthy
Facing the same issue.
At the same time very very big thanks to fly.io and their staff for providing this platform and services for hobbyists like me. Really appreciate that and hope the problem with the logs will be solved soon.
So the problem started again:
peer:
peerip: fdaa:0:9709:a7b:159d:0:a:1202
endpointip: dfw1.gateway.6pn.dev
pubkey: aOtHoNmjTnvF32CvJnzFJbOyb9picxPnXgeS8keR2gQ=
sorry, i said that i had problems with the logs, but it was actually an error in my app and i already fixed it
@muddi900 i’m not seeing any issues with logging for your app. are you expecting gunicorn to log access logs to stdout/fly logs? if so, you’ll need to add --access-logfile -
to your gunicorn args, see docs. let me know if that helps.
This is a video of me trying to access the logs:
And here is the screenshot of the metrics panel on the web:
I mean basic access to the log.
Thank you
+1, exactly my issue too. (I’m running a rust service with axum.)
@muddi900 thanks for the detailed report! I’m able to reproduce the web ui issue. We are working on it.
We’ve pushed a few fixes that should resolve these issues. Can you confirm @muddi900 ?
Yes, it is working now. Thank you for your help