a year ago
I'm facing a problem with the visibility of my code data in the deploy logs. All I can see is "Starting container," and after waiting for a while, I get the message "log stream has been paused." I'm unsure whether this means my code has stopped or if something else is wrong.
Does anyone know how to view live logs so I can track my code's status? I'm currently using the free service and accessing the platform via the website. Any help would be appreciated!
<#1006629907067064482>
8 Replies
a year ago
any logs sent unbuffered to stdout/stderr are shown in those deploy logs, if you don't see logs it's because you are not sending unbuffered logs to stdout/error or your application is simply not running
a year ago
sounds like a misconfiguration on your part, what kind of app?
a year ago
python?