Deploy logs "--error-logfile/--log-file" railway with django
I'm deploying my django app for the very first time on railway. On railways in the project deployment details I see: enter image description here However when I go in the deploy logs I see this error "gunicorn: error: argument --error-logfile/--log-file: expected one argument usage: gunicorn [OPTIONS] [APP_MODULE]" : enter image description here
It seems that the issue comes from the Procfile: My ProcFile contains: web: gunicorn telecom_tracker.telco_tracker.wsgi I tried several alternative but still get the same issue.
My project follows the following structure: enter image description here
Any idea what could be the bug root ? thanks in advance !!
Can you remove the Procfile and redeploy? Railway will automatically build it and run it with gunicorn.