Log message levels

You can specify one of several logging levels for log files.
The file logging.xml supports the levels of error messages listed in Table 1.
Table 1. Logging levels in Rational ClearQuest Web
Message level Effect
DEBUG Logs debugging messages as encountered during code execution.
INFO Logs informational messages displayed as designed in the code.
WARN Logs warning-level messages displayed as designed in the code.
ERROR Logs exceptions in code or internal errors reported. (This is the default message-level setting.)
FATAL Not used.


Feedback