Skip to content

Commit 1764236

Browse files
committed
Adding capture output for gunicorn
1 parent 9f82225 commit 1764236

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

startup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ else
2828
echo "Collect static files"
2929
python manage.py collectstatic
3030
echo "Starting up the production server"
31-
gunicorn core.wsgi:application --bind 0.0.0.0:${API_PORT:-8000}
31+
gunicorn core.wsgi:application --bind 0.0.0.0:${API_PORT:-8000} --capture-output
3232
fi

0 commit comments

Comments
 (0)