I wanted to know what’s the reco on render.com when
i’m analyzing and loading pages to see if all is in order (or for debugging purpose) in terms of database calls, actions executed…on a Preview environement . How can i get see the runtime logs/live logs like I do when I develop locally and use my terminal.
Same for production instance. On heroku , they have this inside the app itself or inside the terminal with the command ‘heroku logs’
Is there anything like this on render.com. If not, what do developers usually do for that?
I see but in a terminal or heroku activity tab, they’re loive. Are these live? or is there a time delay?
For example to debug, i’d load a certain page on the website and want to see the prodiuction logs. If i have to wait 3 minutes eahc time before seing them, it makes devloping very hard.