Are access logs available?

I deployed the nextjs template and it is live. Where can I see the access and error logs? I can only see deploy logs on the “logs” tab on the left.

Oh, just noticed that all and every log is a paid feature… sigh. Is there a place I can see how they look at least?

It is not a paid feature. The 3rd option in the menu is that says Logs is what you are looking for
Screenshot_20250129-115027_Chrome|549x214

1 Like

that option for me show only shows the npm start up logs… wonder if the reference next app dosn’t log anyng at runtime. wich would be weird

npm start up logs are the part of logs. those logs would also include server logs. you can check that out by sending some requests to the server.

stdout/stderr application-emitted logs are always emitted into the Log Stream for all services. HTTP Request logs are only available on Professional and greater workspace plans ( https://render.com/docs/logging#:~:text=its%20original%20location%3A-,If%20you%20have%20a,or%20higher,-%2C%20the%20explorer%20also ).