Issue with Log Visibility on Deploy Logs
eslamjaksoo
TRIALOP

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

eslamjaksoo
TRIALOP

a year ago

f9857c49-0524-42fd-8ea9-c53fb7e7f4ce


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


eslamjaksoo
TRIALOP

a year ago

It's working i tried it many times and data showen every like 30m


a year ago

sounds like a misconfiguration on your part, what kind of app?


eslamjaksoo
TRIALOP

a year ago

Telegram bot


eslamjaksoo
TRIALOP

a year ago

I am still trying and it's rare to work normal


eslamjaksoo
TRIALOP

a year ago

Actually the bot working so well but there isn't anything on log


a year ago

python?


Loading...