Logs not appearing in the online UI
New logs for my backend service have not appearing in the UI for the past 15 minutes. The service is up and responding to requests, but I can't see the logs. The postgres logs of the db connected to the service are appearing, so I'm confiden they aren't jut being filtered. Is there an issue with logs?
13 Replies
Project ID:
c94fbd35-57cf-4c83-a198-8c8d40bd5a3f
c94fbd35-57cf-4c83-a198-8c8d40bd5a3f
im seeing logs from this minute, where are you not seeing the logs?
From the "logs" tab on the top right, next to observability and settings. Can you confirm you're seeing logs from the backend service and not postgres?
i opened the deploy logs on the service
but i can also see the logs in the logs tab just fine
This is what I see on my system. I confirmed with another user with a different account and they see the same
are you perhaps looking at the wrong environment?
i was looking at production
Ah, production has been fine. But I'm currently hitting endpoints in main and that's where I'm seeing the lack of logs despite the service otherwise working
thanks for clarifying
looks like you are on the very old legacy runtime, can you switch that to v2?
Looks like logs are up now, thanks!
awesome