Merge branch 'develop' into 'master'
Prod deploy: Add log level to gunicorn See merge request sahkoinsinoorikilta/vtmk/web2.0-backend!92
This commit is contained in:
@@ -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
|
||||
gunicorn --log-level debug -w 4 -b 0.0.0.0:8000 sikweb.wsgi
|
||||
|
||||
Reference in New Issue
Block a user