diff --git a/roles/aurweb/templates/aurweb.service.j2 b/roles/aurweb/templates/aurweb.service.j2
index 71fe5e9acf2b24599b69e2923d236cb88d8b386e..15d79247a008c1a6379d010fee4a62ec967939af 100644
--- a/roles/aurweb/templates/aurweb.service.j2
+++ b/roles/aurweb/templates/aurweb.service.j2
@@ -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 \