Setting the files included in an execution log
An execution log is a collection of files that show the details of a single run of an Execution Plan.
By default execution logs can include five file types (.wrt, .xlg, .err, .ulg, .log). Not all of these files are created by default. You can modify what file types are included in the execution log, and enable or disable file types to fit your needs.
To modify the file types included in execution logs
- On the TEA Agent computer, go to the installationDirectory\WorkingFolder\Conf\ folder and open agent_configuration.xml.
- Modify the following line to include the file types you want included in the execution log.
To enable execution log files
File type | Instructions | Description |
---|---|---|
.wrt | Created by default if the script includes write commands | Contains the output of write statements used in the script. An output file is generated only if the script executes write statements. |
.xlg | Created by default | Also known as TrueLog files, contain all traffic that is sent to, and received from, the server. View .xlg files with the TrueLog Explorer. |
.ulg | On the TEA Agent computer, open the perfRun.xml file from your Silk Performer installation. Set the <DebugLevel> element to 3 in all three sections. | Records the executed Silk Performer SDK commands. |
.err | Edit the .ltp file of the script and set the <ErrorFiles> element to true. Save the script, and upload it to App Visibility. | Contains detailed information about errors that occurred during the execution. |
.log | Edit the .ltp file of the script and set the <LogFiles> element to true. Save the script, and upload it to App Visibility. | .log files contain all the function calls that are invoked by the script. |
Related topics
Setting-execution-log-retention-levels
Requesting-and-managing-execution-logs