Log level details
- Last Updated: March 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
The logging information and the various levels of logging recorded in the
file SQL_server_<server-id>_<ddmmmyyyy>_<hhmmss>.log are described in
the following table for the respective logging option:
| Logging Option | Logging Level | Type of information logged |
|---|---|---|
| STATEMENT |
|
Shows the sql statement and information on these sql
operations:
Prepare, Describe, and Close occur only once for each statement execution. Level 1 shows the least amount of output data for the log. |
|
The same information as that of Level 1 is logged and in addition, information on the SQL operation: executing SQL statement, once for each statement. | |
|
The same information as that of Level 1 is logged | |
|
Information that is logged for Level 1 and
additionally the following: Information on SQL operations like fetching Result Set data from the server, connection time steps including the authentication system Note: Fetching occurs once for each block of Result Set data sent to the client.
The Result Set data clould be sent to the client any number of times. Level 4 shows the largest amount of output data for the log. |
|
| INOUT |
|
No information is logged |
|
No information is logged | |
|
Input parameters to a query or statement and output parameters from a query are logged | |
|
The input/output parameters of the display LOB are logged | |
| QUERY_PLAN |
|
Query and optimized query plan are logged |
|
The same information as that of Level 1 is logged | |
|
The same information as that of Level 1 is logged | |
|
The same information as that of Level 1 is logged | |
| EXEC |
|
No logging is done |
|
No logging is done | |
|
No logging is done | |
|
No logging is done | |
| PRO_TABLESCAN_EVENT |
|
The details about tables on which table scan was performed |
|
The same information as that of Level 1 is logged | |
|
The same information as that of Level 1 is logged | |
|
The same information as that of Level 1 is logged | |
| CACHE |
|
No logging is done |
|
No logging is done | |
|
No logging is done | |
|
No logging is done | |
| MEMORY |
|
No logging is done |
|
No logging is done | |
|
No logging is done | |
|
No logging is done | |
| PROC |
|
No logging is done |
|
No logging is done | |
|
No logging is done | |
|
No logging is done | |
| Communication |
|
No logging is done |
|
No logging is done | |
|
No logging is done | |
|
No logging is done |
For more information on using PRO_SERVER
LOG and PRO_CONNECT LOG, see OpenEdge SQL Reference.