Kbase P96437: What are the different logging levels for Progress?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  17/11/2004 |
|
Status: Unverified
GOAL:
What are the different Logging Levels (-logginglevel)
GOAL:
-logginglevel startup parameter
GOAL:
Specifying the Logging Level
FIX:
Logging level represents the amount of logging information written to the log file.
By default, the logging level you specify using the Logging Level (-logginglevel) startup parameter, or a related property, applies to all entry types specified; however, you have the option of specifying a different logging level for each entry type.
Logging level Description
0 (None)
Log no entries. This is equivalent to turning logging off.
1 (Errors)
Log OpenEdge error messages. This includes all error messages and is unrelated to the entry types specified. Errors continue to be logged at all higher levels.
2 (Basic)
Log entry types determine the logged information. Each entry type will generate at least some output. This is the default.
3 (Verbose)
Log entry types determine the logged information.
4 (Extended)
Log entry types determine the logged information.
Specifying the logging level
You can specify the logging level at which log entries are written to the log file by using:
? The Logging Level (-logginglevel) startup parameter.
? The LOGGING-LEVEL attribute on the LOG-MANAGER system handle.
? The loggingLevel and related properties in the ubroker.properties file.