From 8253e8632b7c3fbde31e7e13ffe7527590cc1bb3 Mon Sep 17 00:00:00 2001 From: Dmitry Afanasyev Date: Fri, 26 Aug 2022 00:16:23 +0300 Subject: [PATCH] remove gunicorn logs --- scripts/start-bot.sh | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/scripts/start-bot.sh b/scripts/start-bot.sh index 05dc84e..80d298d 100644 --- a/scripts/start-bot.sh +++ b/scripts/start-bot.sh @@ -3,13 +3,8 @@ echo "starting the bot" gunicorn main:create_app \ - --bind 127.0.0.1:8084 \ + --bind 0.0.0.0:8084 \ --worker-class aiohttp.GunicornWebWorker \ --timeout 150 \ --max-requests 2000 \ - --max-requests-jitter 400 \ - --chdir "/app/logs" \ - --log-level info \ - --error-logfile "/app/logs/gunicorn_err.log" \ - --worker-tmp-dir "/tmp" \ - --pid "/app/logs/gunicorn_pid" \ No newline at end of file + --max-requests-jitter 400