added access logging

This commit is contained in:
vabene1111 2020-06-16 18:50:24 +02:00
parent fac7b8cd5b
commit 1a78ca68bb

View File

@ -8,4 +8,4 @@ echo "Done"
chmod -R 755 /opt/recipes/mediafiles
exec gunicorn -b :8080 --access-logfile - --error-logfile ./gunicorn-error.log recipes.wsgi
exec gunicorn -b :8080 --access-logfile ./gunicorn-access.log --error-logfile ./gunicorn-error.log recipes.wsgi