remove aiogram webhook method add gunicorn logs

This commit is contained in:
Dmitry Afanasyev 2022-08-16 16:08:00 +03:00
parent 3fc52f0f15
commit 93d4c0225c

View File

@ -12,6 +12,6 @@ cd /opt/mosgortrans \
--max-requests-jitter 400 \
--chdir "/opt/mosgortrans/logs" \
--log-level info \
--error-logfile "/opt/mosgortrans/logs" \
--error-logfile "/opt/mosgortrans/logs/gunicorn_err.log" \
--worker-tmp-dir '/tmp/shm' \
--pid "/opt/mosgortrans/logs/gunicorn_pid"