1
1
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2024-09-21 23:50:39 +02:00

aurweb: use specific prod logging on gunicorn

Signed-off-by: Leonidas Spyropoulos <artafinde@archlinux.org>
This commit is contained in:
Leonidas Spyropoulos 2022-11-01 20:14:24 +00:00
parent ba9786a35e
commit 8c0f468684
No known key found for this signature in database
GPG Key ID: 59E43E106B247368

View File

@ -8,7 +8,7 @@ User={{ aurweb_user }}
WorkingDirectory={{ aurweb_dir }}
LimitNOFILE=2048
ExecStart=/usr/bin/poetry run gunicorn \
--log-config {{ aurweb_dir }}/logging.conf \
--log-config {{ aurweb_dir }}/logging.prod.conf \
--bind {{ aurweb_asgi_bind }} \
--workers {{ aurweb_workers }} \
-k uvicorn.workers.UvicornWorker \