resultsdb-frontend: Make logs more verbose and include user-agents
This is the same change as for resultsdb before.
This commit is contained in:
parent
b7c82cbb47
commit
648bba0dfb
1 changed files with 5 additions and 0 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue