All trace files are for support use only.
Trace files will be stored in the WebServer's application directory for the Web App.
There are 5 levels supported (0 - 4), which are described below. Each incremental level also traces the data of the previous level(s).
Priority Order |
Description |
0 - None |
No log events are traced. |
1 - Errors |
The default. Only error conditions are traced. |
2 - Warning |
Warning messages are traced. |
3 - Basic Trace |
The normal tracing level, provides information as to code flow, and so on. |
4 - Detailed Trace |
Shows all possible traces, including input/output data. |
Number of Trace Files and Size of Trace files. Allows the amount of trace data to be collected to be modified.
Maximum size of trace files in Kilobytes.
Allows trace file names to be customized. Default is WWGRT. Default file names will have the form WWGRTxxxxx.log where xxxxx is a sequence number.
Allows you to determine how trace files are to be saved. Each user should have their own set of trace files, and the identity of the user can be different depending on the environment. The choices are IP Address, Cookie ID (Genesys Agent Scripting stores a unique cookie ID on each user's machine), and Host name.
Click the Enable Editor Tracing check box if you want to trace operations through the Genesys Agent Scripting editor. When this option is selected, the files are stored in the Genesys Agent Scripting Application directory. Two files are created, WWGEditor.log, and WWGEditor.log.bak. The file WWGEditor.log contains trace messages indicating what forms have been loaded, and which buttons or menu items the user has selected. This is valid for the current or most recent session. There is no limit on size. The file WWGEditor.log.bak contains the data from the previous Editor session.