Specify the logging level
- Last Updated: January 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
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-LEVELattribute on theLOG-MANAGERsystem handle - The
agentLoggingLeveland related properties in theopenedge.propertiesfile
The following table shows how to specify logging levels.
| Method | General syntax | Example |
|---|---|---|
Startup parameter |
|
|
LOG-MANAGER system
handle |
|
|
|
|
|
DSLOG-MANAGER system handle |
|
|
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.