added gunicorn error logging

This commit is contained in:
vabene1111 2020-06-16 18:43:16 +02:00
parent 8f780545a4
commit fac7b8cd5b

View File

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