log level debug
This commit is contained in:
parent
1a78ca68bb
commit
3b21e44422
2
boot.sh
2
boot.sh
@ -8,4 +8,4 @@ echo "Done"
|
|||||||
|
|
||||||
chmod -R 755 /opt/recipes/mediafiles
|
chmod -R 755 /opt/recipes/mediafiles
|
||||||
|
|
||||||
exec gunicorn -b :8080 --access-logfile ./gunicorn-access.log --error-logfile ./gunicorn-error.log recipes.wsgi
|
exec gunicorn -b :8080 --access-logfile - --error-logfile - --log-level DEBUG recipes.wsgi
|
Loading…
Reference in New Issue
Block a user