remove aiogram webhook method add gunicorn logs

This commit is contained in:
Dmitry Afanasyev 2022-08-16 16:16:11 +03:00
parent 93d4c0225c
commit 777ee1fe33

View File

@ -13,5 +13,5 @@ cd /opt/mosgortrans \
--chdir "/opt/mosgortrans/logs" \
--log-level info \
--error-logfile "/opt/mosgortrans/logs/gunicorn_err.log" \
--worker-tmp-dir '/tmp/shm' \
--worker-tmp-dir "/tmp" \
--pid "/opt/mosgortrans/logs/gunicorn_pid"