Deployment Error: [INFO] Starting gunicorn 23.0.0
arashid-stac
HOBBYOP

a year ago

Hello everyone, new developer here.

I have decided to deploy my Django Rest Framework backend on Railway, and I'm getting the following deploy "level error" logs:

[1] [INFO] Starting gunicorn 23.0.0

[1] [INFO] Listening at: http://0.0.0.0:8080 (1)

[1] [INFO] Using worker: sync

[47] [INFO] Booting worker with pid: 47

Can anyone assist with debugging? If any more information is required please let me know.

Thank you!

Solved

3 Replies

brody
EMPLOYEE

a year ago

They're error level because they are printed to stderr, it does not inherently mean they are actually errors.

What is the actual issue you are facing?


arashid-stac
HOBBYOP

a year ago

Thank you for the response! I see what you mean. Well, the web app seems to actually be working fine, so I dont think there actually are any errors, that is why I was concerned about those error level logs and wanted to know more about them. I appreciate your assistance.


brody
EMPLOYEE

a year ago

No problem, closing out!


Status changed to Solved brody over 1 year ago


Loading...