Issue with Log Visibility on Deploy Logs
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!
#✋|help
7 Replies
Project ID:
f9857c49-0524-42fd-8ea9-c53fb7e7f4ce
f9857c49-0524-42fd-8ea9-c53fb7e7f4ce
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
It's working i tried it many times and data showen every like 30m
sounds like a misconfiguration on your part, what kind of app?
Telegram bot
I am still trying and it's rare to work normal
Actually the bot working so well but there isn't anything on log
python?