a year ago
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
a year ago
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?
a year ago
i opened the deploy logs on the service

a year ago
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

a year ago
are you perhaps looking at the wrong environment?
a year ago
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
a year ago
thanks for clarifying
a year ago
looks like you are on the very old legacy runtime, can you switch that to v2?

a year ago
awesome