Retrieve logs from device

Any way to retrieve those? I can see my print statements in serve mode but not sure how to retrieve them from my deployed app.

How did you deploy your app? If you are pushing a webp file, then that’s just an image (or animation), not your app running anywhere, so there would be no output really.

Thanks for the extra info. That makes sense. I should have looked at the output generated by the render command. Now I understand why nothing works, the time functions, cache and so on.