Configuring Log Files

You can configure the information that Fortify Static Code Analyzer writes to the log files by setting logging properties (see Logging Properties). You can configure the following log file settings:

Understanding Log Levels

The log level you select gives you all log messages equal to and greater than it. The following table lists the log levels in order from least to greatest. For example, the default log level of INFO includes log messages with the following levels: INFO, WARN, ERROR, and FATAL. You can set the log level with the com.fortify.sca.LogLevel property in the <sca_install_dir>/Core/config/fortify.sca.properties file or on the command-line using the -D option.

Log Level Description
DEBUG Includes information that Micro Focus Fortify Customer Support or the development team can use to troubleshoot an issue
INFO Basic information about the translation or scan process
WARN Information about issues where the translation or scan did not stop, but might require your attention for accurate results
ERROR

Information about an issue that might require attention

FATAL Information about an error that caused the translation or scan to abort