Logging Levels of Core Engine
You can choose the level of logging for the Core Engine. A level corresponds to what types of messages are logged to the log files and what types of messages are filtered out.
Levels of Logging
This section explains the various levels of logging available for the Core Engine.
The following logging levels are supported:
Level | Description |
---|---|
4 | Specifies no logging for the Core Engine.
The highest possible rank. This logging level filters out all the logging messages (turns logging off). |
3 | Specifies Error level of logging.
Logs the run time error messages that might cause the Core Engine to stop running. |
2 | Specifies WARNING level of logging.
Logs the potentially harmful runtime messages (warnings). |
1 | Specifies INFORMATION level of logging.
Logs the runtime informational messages of general interest (Information). |
0 | Specifies Debug level of logging.
The lowest possible rank. This logging level logs the detailed runtime messages. Use this level to identify and debug the issues. |
How to Set the Logging Level for the Core Engine
Set the logging level using the tibco.clientVar.ASG/Logging/MinLogLevel property defined in the ASG_CONFIG_HOME/asg/asg.properties file as follows:
tibco.clientVar.ASG/Logging/MinLogLevel=1
The default value is 1, which is INFORMATION level of logging.
For example, on the Windows platform, the value of ASG_CONFIG_HOME is C:\ProgramData\TIBCOASG\tibco\cfgmgmt.