Yesterday, we ran into a problem while deploying our app (deployment system did roll-back from v50 → v8 and then we could not deploy anymore).
So we decided to destroy and recreate the application and relaunch from scratch. It worked very well and within a few minutes we were back with the right version running .
But somehow, we don’t get anything logged anymore. Running flyctl logs doesn’t print anything since yesterday. Not sure what we can do here? Maybe somebody has an idea?
Interesting, so it looks like logs aren’t being sent to our backend either. Can you confirm that your app is outputting to stdout/err?
It looks there were some issues on the worker your app was being hosted, that the wonderful @lillian fixed.