From d18a330135cecd9c74ceb1026282b80aee66ad47 Mon Sep 17 00:00:00 2001 From: vabene1111 Date: Tue, 16 Jun 2020 19:56:42 +0200 Subject: [PATCH] reset log level --- boot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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