Hey @khuezy thank you for replying,
I tried it, clicking on log search and it redirects me to fly-metrics.net, the problem is I still got only the last 30 minutes of logs.
Could you tell me how do you happen to access the last 30 days of logs on that platform?
The infinite scroll seems to be broken, it doesn’t load any extra data. Fly devs need to fix that.
Workaround: You can drag on the timeline and select the range to filter by a specific range.
thanks for sharing the info, I happen to be able to scroll infinitely (I mean I selected a window of the last 24 hours) I just had to switch to the Explore tab on the left, then select 24 hours and scroll all the way down.
@khuezy , Is there a way to display directly the logs you want? like the 08/20/2024 at 03:15pm, instead of scrolling infinitely until I arrive at the right timeline.
thank you so much @khuezy , I selected your last reply as a solution for this thread. I’ve got another question for you, I hope I’m not abusing your kindness, as I was scrolling on my logs looking for the issue of one of my webhooks, the failure happened at a certain time let’s say 03:00 pm, so when I’m near that timeline I find a timeskip and before that, there is a warning.
“WARN could not unmount /rootfs: EINVAL: Invalid argument
[3:33 PM]”
this is something coming from the deploy on fly, could it be the docker file? Did you ever encounter the same issue?
You see from 07:07:03 to 08:39:13 there was a timeskip, no logs in between as if the machine shut down. this causes problem with my app because I had a webhook that needed to run at 07:39:18 and it failed.
I wanted to read the logs first to know why the webhooks failed but now it is clear that they didn’t run in the first place because the machine was down due to that unmount warning thing. so yeah I bothers me a bit and I don’t know what to do to fix it. (this thing happened with other webhooks as well multiple times) and it’s the same thing its a timeskip caused by the unmount warning.
That would fix your issue, but would be a waste of resources. Your machine should have woken up from the http webhook. Does discord have any logs of failed webhooks? Perhaps it took too long. Change auto_stop_machinestrue to "suspend"