a year ago
I am not able to see my backend's logs even though debug = true. It used to show before and would print out every log. I've been trying everything and it just says
Mounting volume on: /var/lib/containers/railwayapp/bind-mounts/587fd13c-c84c-4f01-a365-b34c03c7fd76/vol_nu3elvi378alu9cv
Starting Container
[2025-02-19 20:19:38 +0000] [1] [INFO] Starting gunicorn 22.0.0
[2025-02-19 20:19:38 +0000] [1] [INFO] Listening at: http://0.0.0.0:8080 (1)
[2025-02-19 20:19:38 +0000] [1] [INFO] Using worker: gthread
[2025-02-19 20:19:38 +0000] [4] [INFO] Booting worker with pid: 4
[2025-02-19 20:19:38 +0000] [5] [INFO] Booting worker with pid: 5
3 Replies
a year ago
gunicorn doesn't do http access logs by default. You need to enable it. https://docs.gunicorn.org/en/stable/settings.html#accesslog
Have you seen that it shows your http logs in the http logs tab?
Status changed to Awaiting User Response Railway • 12 months ago
a year ago
It's been solved.
Status changed to Awaiting Railway Response Railway • 12 months ago
a year ago
Awesome
Status changed to Awaiting User Response Railway • 12 months ago
Status changed to Solved unicodeveloper • 12 months ago