Django deploy log error gunicorn: error: argument --error-logfile/--log-file: expected one argument
leolmz59
HOBBY
4 months ago
Hello guys ! I'm trying to deploy my django app for the first time on railway using railpack service. After deploying from github I get the green label "deployment successfull". However then I check the deploy logs I see the error: "gunicorn: error: argument --error-logfile/--log-file: expected one argument".
I tried to fix it by modifying the content of Procfile to "web: cd telecom_tracker && gunicorn telco_tracker.wsgi --log-file=-". I tried a lot of variations but still get the same error.
I even tryied to remove the Procfile and redeploy --> same error.
Can someone help me ? It is very fustrating ..
0 Replies