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:
Aarni Halinen
2023-03-27 16:30:59 +00:00
+1 -1
View File
@@ -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