mirror of
https://github.com/Balshgit/mosgortrans.git
synced 2025-09-11 13:00:40 +03:00
remove gunicorn logs
This commit is contained in:
parent
0e4e0e17c2
commit
8253e8632b
@ -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"
|
||||
--max-requests-jitter 400
|
||||
|
Loading…
x
Reference in New Issue
Block a user