Add log level to gunicorn
This commit is contained in:
@@ -39,4 +39,4 @@ python manage.py migrate
|
|||||||
|
|
||||||
# Start server
|
# Start server
|
||||||
echo "Django running on http://localhost:8000 in production mode"
|
echo "Django running on http://localhost:8000 in production mode"
|
||||||
gunicorn -w 4 -b 0.0.0.0:8000 sikweb.wsgi
|
gunicorn --log-level debug -w 4 -b 0.0.0.0:8000 sikweb.wsgi
|
||||||
|
|||||||
Reference in New Issue
Block a user