Interviewer - Server > Architecture > Interview Service tier > Quota web service > Quota web service > Logging
 
Logging
The Quota web service writes log messages to the existing “RVQ” (Review Quotas) log group, that is, log files that have the name RVQ*.tmp. A new, unique, component ID is allocated for the Quota web service.
All requests to the Logon and Logoff URLs are logged, and indicate success or failure. HTTP PUT requests that modify quota counts are logged. A separate log entry is written for each quota that is affected by the request.
When trace level logging is enabled then all requests and responses are logged, including the URL and the request/response body.
The project, interview ID, and respondent ID fields are populated as follows:
Project
The name of the project requested or blank for the /Quota/Projects URL.
Interview Id
The user session token.
Respondent Id
The user ID associate with the user session token.
See also
Quota web service