diff --git a/boot.sh b/boot.sh index 61128ba7..d76fa75a 100644 --- a/boot.sh +++ b/boot.sh @@ -8,4 +8,4 @@ echo "Done" chmod -R 755 /opt/recipes/mediafiles -exec gunicorn -b :8080 --access-logfile - --error-logfile - --log-level DEBUG recipes.wsgi \ No newline at end of file +exec gunicorn -b :8080 --access-logfile - --error-logfile - --log-level INFO recipes.wsgi \ No newline at end of file