diff --git a/production_entrypoint.sh b/production_entrypoint.sh index 0efc365..f226844 100755 --- a/production_entrypoint.sh +++ b/production_entrypoint.sh @@ -39,4 +39,4 @@ python manage.py migrate # Start server echo "Django running on http://localhost:8000 in production mode" -gunicorn -w 4 -b 0.0.0.0:8000 sikweb.wsgi \ No newline at end of file +gunicorn --log-level debug -w 4 -b 0.0.0.0:8000 sikweb.wsgi