|
|
About Log Files
The following table describes the various log files and the parameters
available in each one.
| Access |
Records all requests to the server. A record is created
for each request after it has been completed. |
| CLIENT |
Client program (for example, Autodesk Infrastructure Studio) |
| CLIENTIP |
Client IP address (for example, 144.111.19.94) |
| USER |
User's logon ID (for example, mgarcia) |
| OPID |
Function called (for example, GetResourceContent) |
| Admin |
Administrative operations (server status changes, configuration
changes, etc.) |
| CLIENT |
Client program (for example, Autodesk Infrastructure Studio) |
| CLIENTIP |
Client IP address (for example 144.111.19.94) |
| USER |
User's logon ID (for example, mgarcia) |
| OPID |
Function called (for example, GetConfigurationProperties) |
| Authentication |
Success or failure of all authentication operations |
| CLIENT |
Client program (for example, Autodesk Infrastructure Studio) |
| CLIENTIP |
Client IP address (for example 144.111.19.94) |
| USER |
User's logon ID (for example, mgarcia) |
| Error |
Logs all errors that occur during the server's operation. |
| CLIENT |
Client program (for example, Autodesk Infrastructure Studio) |
| CLIENTIP |
Client IP address (for example 144.111.19.94) |
| USER |
User's logon ID (for example, mgarcia) |
| ERROR |
Text of message (for example, "Please enter a valid
username and password") |
| STACKTRACE |
Function and line number at which error was generated |
| Session |
Logs state information for each connection to the server.
Includes a unique Connection ID, connection duration, operations received,
and operations processed. |
| CLIENT |
Client program (for example, Autodesk Infrastructure Studio) |
| CLIENTIP |
Client IP address (for example 144.111.19.94) |
| USER |
User's logon ID (for example, mgarcia) |
| STARTTIME |
Session start time |
| ENDTIME |
Session end time |
| OPSFAILED |
Number of operations that failed during the session |
| OPSRECEIVED |
Number of server requests received during the session
|
| AVERAGEOPTIME |
Average time it took the server to process a request
|
| Trace |
Details for each request logged in the access log |
| INFO |
For example, each request can include data from several
maps or feature sets, and a detailed record is created for each one. |
|