Create custom logging on deploy log screen

Hello everyone, I am currently facing a timeout error issue on my backend app.

My frontend app is using react and node.js to host the website and my backend is using asp.net core, which I need to deploy on Render by using Docker. When I test my app locally, both frontend and backend app seems to works fine (my frontend can get response from my backend app). However, when they are deploy on Render, I always received timeout_error from backend (here is the link you can try: https://kcurr.onrender.com/). because of this, I would like to debug my backend app by logging each stage till the stage the it response back to my frontend.

Because of this, I am wondering if there is a way or a document regarding on how to log a custom message on deploy log screen.

Thank you.

Hey there.

Anything that is sent to STDOUT or STDERR will show up in your service’s logs.

Danny
Render Support
Pacific Time (UTC-7/UTC-8)

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