Tracing provides information about activities carried out by your application. Trace output is sent to the EJB Server log file. To establish the level of detail for logging and tracing, select the Log/Trace tab. Table 10-2 describes the logging and trace properties.
Property |
Description |
---|---|
Log File Name |
The name of the EJB Server log file. This file defaults to srv.log in the Adaptive Server startup directory. srv.log logs a wide range of information and is helpful in isolating problems. You can create the log file in an alternate directory by prefixing a full path to the file name you enter. |
Log File Size (Bytes) |
The size, in bytes, to which the log file grows before it is truncated. |
Truncate Log on Startup |
When this flag is set, the log truncates every time the server is restarted. Keep in mind that if the server crashes and this flag is set, you will lose the log file and the information it contains. |
Trace Attentions |
If set, traces attentions received or acknowledged by EJB Server. |
Trace Network Driver APIs |
If set, traces Net-Lib driver requests. |
Trace Network Driver Requests |
If set, traces network layer protocol requests. |