resultsdb-frontend: Make logs more verbose and include user-agents

This is the same change as for resultsdb before.
This commit is contained in:
Lukas Holecek 2025-04-10 08:20:22 +02:00
parent b7c82cbb47
commit 648bba0dfb

View file

@ -35,6 +35,11 @@ data:
WSGIScriptAlias / /usr/share/resultsdb_frontend/resultsdb_frontend.wsgi
WSGISocketPrefix /tmp/wsgi
LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined
CustomLog /dev/stdout combined
ErrorLog /dev/stderr
LogLevel info
<Directory /usr/share/resultsdb_frontend>
WSGIProcessGroup resultsdb_frontend
WSGIApplicationGroup %{GLOBAL}