You can use the Set Log Level option to change the severity level of messages. The logging plug-in defines five severity levels for log messages from least to most severe as follows:
DEBUG designates the detailed information that helps the user to debug an application. This level also displays INFO, WARN, ERROR, and FATAL levels.
INFO designates information messages that highlight the task progress. This level also displays ERROR, WARN, and FATAL levels.
WARN designates warning. This level also displays ERROR and FATAL levels.
ERROR designates error events that allow the application to continue to run irrespective of application failure. This level also displays FATAL levels.
FATAL designates severe error events that might lead the application to abort.
To set the level of a log message, do the following:
Click OS 2200 > Set Log Level.
The Set Log Level dialogue box appears with the five error levels.
Select the required level from the Set Log Level list.
Click OK.
Note: As the user performs various actions, the log gets updated according to the chosen specification. By default, DEBUG level is selected.