From 3b21e44422d7e5c055999efd79e76d77a2da6ec7 Mon Sep 17 00:00:00 2001 From: vabene1111 Date: Tue, 16 Jun 2020 18:57:08 +0200 Subject: [PATCH] log level debug --- boot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boot.sh b/boot.sh index cc737a31..61128ba7 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 ./gunicorn-access.log --error-logfile ./gunicorn-error.log recipes.wsgi \ No newline at end of file +exec gunicorn -b :8080 --access-logfile - --error-logfile - --log-level DEBUG recipes.wsgi \ No newline at end of file