You can specify the level at which log entries are written to the log file by setting:

  • The Logging Level (-logginglevel) startup parameter
  • The LOGGING-LEVEL attribute on the LOG-MANAGER system handle
  • The agentLoggingLevel and related properties in the openedge.properties file

The following table shows how to specify logging levels.

Table 1. Specifying logging levels
Method General syntax Example

Startup parameter
-logginglevel level
-logginglevel 2
              

LOG-MANAGER system handle
LOG-MANAGER:LOGGING-LEVEL = level.
LOG-MANAGER:LOGGING-LEVEL = 2.
OpenEdge Management or 
OpenEdge Explorer or 
openedge.properties files
loggingLevel = level
agentLoggingLevel = level
brkrLoggingLevel = level
agentLogginglevel = 2

DSLOG-MANAGER system handle
DSLOG-MANAGER:LOG-ENTRY-TYPES = "log-entry-type[:level]".
DSLOG-MANAGER:LOG-ENTRY-TYPES = "Cursor,DS.Interface:3".

For a detailed description of the Logging Level (-logginglevel) startup parameter, see Startup Command and Parameter Reference.

For a detailed description of the LOG-MANAGER system handle, see ABL Reference.

For more information on openedge.properties, see the openedge.properties.README file in path-to/instance-name/conf.

For information about specifying logging level for the server context of DataServers, see Use the Microsoft SQL Data Server, and Use the Oracle Data Server.