How to view request/response logs of express App?

Hi, at present I am using free instance and seems to be working for my experimental project. Thanks Render team for making this available.

I am curious to find the request/response of the network log of Express App. There is any way to view network response? I can console them and find them in log section but don’t seems to correct way to do that.

Hi,

Logging your own requests and viewing them in the “Logs” tab would be the correct way to achieve what you’re asking.

Render will provide HTTP request logs to services in a Team account (docs).

However, if you’re looking to log other/specific elements of the request/response, adding your own logging would be the way to do it.

Alan

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.